notion-ui
Advanced tools
Comparing version 0.2.2 to 0.2.3
{ | ||
"name": "notion-ui", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "ui", |
export { default as Button } from './components/Button'; | ||
export { default as Content } from './components/Content'; | ||
export { default as Layout } from './components/Layout'; | ||
export { colors } from './styles'; | ||
export { colors, colorCss, useTheme } from './styles'; | ||
export declare const TextFiled: typeof import("./components/Input/TextFiled").default; |
@@ -1,3 +0,2 @@ | ||
import { SerializedStyles } from '@emotion/core'; | ||
interface ColorTheme { | ||
export interface Colors { | ||
primary50: string; | ||
@@ -12,7 +11,6 @@ primary100: string; | ||
background: string; | ||
background100: string; | ||
} | ||
export declare const commonCSS: string; | ||
export declare const colorCss: import("@emotion/utils").SerializedStyles; | ||
export declare const useTheme: () => void; | ||
export declare const css: (template: TemplateStringsArray, ...args: any[]) => SerializedStyles; | ||
export declare const colors: ColorTheme; | ||
export {}; | ||
export declare const colors: Colors; |
@@ -1,2 +0,2 @@ | ||
export { colors, css, useTheme } from './colors'; | ||
export { colors, colorCss, useTheme } from './colors'; | ||
export { cssToReactStyle } from './utils'; |
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
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
388201
4251