Socket
Socket
Sign inDemoInstall

alphaa-components

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alphaa-components - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

lib/components/Box/Box.d.ts
import * as React from 'react';
import './box.css';
import './Box.css';
export interface BoxProps {

@@ -4,0 +4,0 @@ bg?: 'primary' | 'secondary' | 'success' | 'info' | 'warning' | 'danger';

@@ -16,3 +16,3 @@ "use strict";

const React = require("react");
require("./box.css");
require("./Box.css");
const Button = (_a) => {

@@ -19,0 +19,0 @@ var { bg = 'primary', size = 'medium', children } = _a, props = __rest(_a, ["bg", "size", "children"]);

import * as React from 'react';
import './button.css';
import './Button.css';
export interface ButtonProps {

@@ -4,0 +4,0 @@ bg?: 'primary' | 'secondary' | 'success' | 'info' | 'warning' | 'danger';

@@ -16,3 +16,3 @@ "use strict";

const React = require("react");
require("./button.css");
require("./Button.css");
const Button = (_a) => {

@@ -19,0 +19,0 @@ var { bg = 'primary', size = 'medium', backgroundColor, label } = _a, props = __rest(_a, ["bg", "size", "backgroundColor", "label"]);

import * as React from 'react';
import './input.css';
import './Input.css';
export interface InputProps {

@@ -4,0 +4,0 @@ size?: 'small' | 'medium' | 'large';

@@ -16,3 +16,3 @@ "use strict";

const React = require("react");
require("./input.css");
require("./Input.css");
const Input = (_a) => {

@@ -19,0 +19,0 @@ var { size = 'medium', label, placeholder, value } = _a, props = __rest(_a, ["size", "label", "placeholder", "value"]);

{
"name": "alphaa-components",
"version": "0.2.0",
"version": "0.2.1",
"private": false,

@@ -5,0 +5,0 @@ "description": "",

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