Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

notion-ui

Package Overview
Dependencies
Maintainers
1
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

notion-ui - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc