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

ioloco-ui

Package Overview
Dependencies
Maintainers
1
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ioloco-ui - npm Package Compare versions

Comparing version 0.2.13 to 0.2.14

29

dist/Components/Button/index.d.ts
import type { StyleXStyles } from '@stylexjs/stylex';
import type { ReactNode } from 'react';
type IStyles = StyleXStyles<{
position?: 'absolute' | 'relative';
top?: number | string;
left?: number | string;
right?: number | string;
bottom?: number | string;
margin?: string;
backgroundColor?: string;
color?: string;
border?: string;
borderRadius?: string;
width?: string;
}>;
interface IButton {

@@ -14,17 +27,5 @@ color: 'white' | 'primary' | 'secondary' | 'tertiary';

formMethod?: string;
style?: StyleXStyles<{
position?: 'absolute' | 'relative';
top?: number | string;
left?: number | string;
right?: number | string;
bottom?: number | string;
margin?: string;
backgroundColor?: string;
color?: string;
border?: string;
borderRadius?: string;
width?: string;
}>;
style?: IStyles;
}
declare const Button: React.FC<IButton>;
declare const Button: ({ variant, color, size, type, text, icon, formMethod, onClickHandler, linkComponent: LinkComponent, href, style }: IButton) => import("react/jsx-runtime").JSX.Element;
export default Button;
{
"name": "ioloco-ui",
"version": "0.2.13",
"version": "0.2.14",
"description": "Stylex UI components for React",

@@ -5,0 +5,0 @@ "author": {

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