Socket
Socket
Sign inDemoInstall

@os-design/core

Package Overview
Dependencies
Maintainers
1
Versions
478
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@os-design/core - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

lib/Alert/AlertContainer.d.ts

6

lib/index.d.ts

@@ -1,6 +0,6 @@

export { default as Portal } from './Portal';
export { default as Alert } from './Alert';
export { default as Button } from './Button';
export { default as Drawer } from './Drawer';
export { default as Form } from './Form';
export { default as GlobalStyle } from './GlobalStyle';
export { default as GlobalStyles } from './GlobalStyles';
export { default as Input } from './Input';

@@ -10,2 +10,4 @@ export { default as InputPassword } from './InputPassword';

export { default as Link } from './Link';
export { default as Portal } from './Portal';
export * from './Alert';
export * from './Button';

@@ -12,0 +14,0 @@ export * from './Drawer';

@@ -6,4 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
var Portal_1 = require("./Portal");
exports.Portal = Portal_1.default;
var Alert_1 = require("./Alert");
exports.Alert = Alert_1.default;
var Button_1 = require("./Button");

@@ -15,4 +15,4 @@ exports.Button = Button_1.default;

exports.Form = Form_1.default;
var GlobalStyle_1 = require("./GlobalStyle");
exports.GlobalStyle = GlobalStyle_1.default;
var GlobalStyles_1 = require("./GlobalStyles");
exports.GlobalStyles = GlobalStyles_1.default;
var Input_1 = require("./Input");

@@ -26,2 +26,5 @@ exports.Input = Input_1.default;

exports.Link = Link_1.default;
var Portal_1 = require("./Portal");
exports.Portal = Portal_1.default;
__export(require("./Alert"));
__export(require("./Button"));

@@ -28,0 +31,0 @@ __export(require("./Drawer"));

@@ -5,3 +5,3 @@ /// <reference types="react" />

export declare const INPUT_PADDING_HORIZONTAL_EM: number;
declare const InputField: import("@emotion/styled-base").StyledComponent<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, Pick<InputProps, "left" | "right" | "darkMode" | "type" | "value" | "placeholder" | "onChange">, {
declare const InputField: import("@emotion/styled-base").StyledComponent<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, Pick<InputProps, "left" | "right" | "type" | "placeholder" | "onChange" | "darkMode" | "value">, {
colorPrimary: string;

@@ -8,0 +8,0 @@ colorBorder: string;

{
"name": "@os-design/core",
"version": "0.0.12",
"version": "0.0.13",
"license": "MIT",

@@ -19,3 +19,3 @@ "main": "lib/index.js",

"@emotion/core": "^10.0.22",
"@os-design/icons": "^0.0.4",
"@os-design/icons": "^0.0.5",
"@os-design/styled": "^0.0.3",

@@ -32,3 +32,3 @@ "@os-design/utils": "^0.0.2",

},
"gitHead": "713bf557baf1b54055e4a7626b63fa9eca7bda9c"
"gitHead": "cec1297e2f19e2cb572808bbc7d9fb1b3da98b2b"
}

Sorry, the diff of this file is not supported yet

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