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.36

7

dist/lib/IconLabelPair.d.ts

@@ -5,12 +5,11 @@ import React from 'react';

alt?: string;
icon?: string;
icon?: string | React.ReactNode;
iconSize?: "big" | "small" | "large" | "mini" | "tiny" | "huge" | "massive";
imageSize?: string;
textColor?: string;
label: string;
header?: string;
headerElement?: string;
className?: string;
labelElement: string | React.FunctionComponent<any>;
};
export declare const IconLabelPair: ({ image, alt, icon, iconSize, textColor, label, header, headerElement, className, labelElement }: IconLabelPairProps) => JSX.Element;
export declare const IconLabelPair: ({ image, alt, icon, iconSize, imageSize, textColor, label, className, labelElement }: IconLabelPairProps) => JSX.Element;
export default IconLabelPair;
{
"name": "@assemble-inc/core",
"version": "0.4.35",
"version": "0.4.36",
"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