You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

@interlay/hooks

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@interlay/hooks - npm Package Compare versions

Comparing version

to
0.0.8

@@ -202,2 +202,3 @@ import * as react from 'react';

lineHeight: string;
height: string;
};

@@ -208,2 +209,3 @@ small: {

lineHeight: string;
height: string;
};

@@ -214,2 +216,3 @@ medium: {

lineHeight: string;
height: string;
};

@@ -220,2 +223,3 @@ large: {

lineHeight: string;
height: string;
};

@@ -344,24 +348,26 @@ };

spinner: {
determinate: {
primary: {
color: string;
bg: string;
};
indeterminate: {
primary: {
color: string;
bg: string;
};
secondary: {
color: string;
bg: string;
};
outlined: {
color: string;
bg: string;
};
text: {
color: string;
bg: string;
};
secondary: {
color: string;
bg: string;
};
outlined: {
color: string;
bg: string;
};
text: {
color: string;
bg: string;
};
sizes: {
xs: string;
s: string;
md: string;
lg: string;
xl: string;
xl2: string;
};
};

@@ -722,2 +728,2 @@ progress: {

export { MarginProps, StyleProps, StyledMarginProps, UseCurrencyFormatterProps, UseStylePropsResult, useCurrencyFormatter, useDOMRef, useForm, useMediaQuery, useStyleProps };
export { type MarginProps, type StyleProps, type StyledMarginProps, type UseCurrencyFormatterProps, type UseStylePropsResult, useCurrencyFormatter, useDOMRef, useForm, useMediaQuery, useStyleProps };
{
"name": "@interlay/hooks",
"version": "0.0.7",
"version": "0.0.8",
"description": "Interlay UI hooks",

@@ -35,3 +35,3 @@ "homepage": "https://github.com/interlay/ui#readme",

"react-use": "^17.4.0",
"@interlay/theme": "0.0.6"
"@interlay/theme": "0.0.7"
},

@@ -38,0 +38,0 @@ "peerDependencies": {

Sorry, the diff of this file is not supported yet