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

@assemble-inc/core

Package Overview
Dependencies
Maintainers
3
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@assemble-inc/core - npm Package Compare versions

Comparing version

to
0.4.34

3

dist/lib/forms/Input.d.ts

@@ -20,3 +20,2 @@ import React, { ReactNode } from 'react';

iconColor?: string;
applyColor?: 'fill' | 'stroke';
loading?: boolean;

@@ -32,2 +31,2 @@ iconPosition?: 'left' | 'right';

};
export declare const Input: ({ type, className, disabled, required, labelHidden, placeholder, id, name, onChange, onClick, loading, value, label, labelClassName, error, errorClassName, style, icon, iconPosition, iconColor, applyColor, min, max, step, ...rest }: InputProps) => JSX.Element;
export declare const Input: ({ type, className, disabled, required, labelHidden, placeholder, id, name, onChange, onClick, loading, value, label, labelClassName, error, errorClassName, style, icon, iconPosition, iconColor, min, max, step, ...rest }: InputProps) => JSX.Element;

@@ -14,3 +14,2 @@ import React from 'react';

as?: never;
applyColor?: 'fill' | 'stroke';
children: React.ReactNode;

@@ -21,6 +20,5 @@ };

as?: string;
applyColor?: never;
children?: never;
};
export declare const Icon: ({ as, className, color, applyColor, name, rotate, size, ariaLabel, ariaHidden, children, style, ...rest }: IconProps & (SvgProps | IProps)) => JSX.Element;
export declare const Icon: ({ as, className, color, name, rotate, size, ariaLabel, ariaHidden, children, style, ...rest }: IconProps & (SvgProps | IProps)) => JSX.Element;
export default Icon;
{
"name": "@assemble-inc/core",
"version": "0.4.33",
"version": "0.4.34",
"description": "Assemble Component Library",

@@ -5,0 +5,0 @@ "author": "Assemble Frontend Team",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display