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

degen

Package Overview
Dependencies
Maintainers
2
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

degen - npm Package Compare versions

Comparing version

to
0.0.140

7

dist/types/components/FileInput/FileInput.d.ts
import * as React from 'react';
import { ReactNodeNoStrings } from '../../types';
import { BoxProps } from '../Box';
declare type State = {

@@ -31,2 +32,3 @@ droppable?: boolean;

tabIndex?: NativeInputProps['tabIndex'];
height?: BoxProps['height'];
onBlur?: NativeInputProps['onBlur'];

@@ -38,3 +40,6 @@ onError?(error: string): void;

};
export declare const FileInput: React.ForwardRefExoticComponent<Props & React.RefAttributes<HTMLElement>>;
export declare const FileInput: {
({ accept, autoFocus, children, defaultValue, disabled, error, id, maxSize, name, required, tabIndex, height, onBlur, onChange, onError, onFocus, onReset, }: Props): JSX.Element;
displayName: string;
};
export {};

10

dist/types/components/MediaPicker/MediaPicker.d.ts
import * as React from 'react';
import { BoxProps } from '../Box';
import { Text } from '../Text';
import { FileInputProps } from '../FileInput';

@@ -19,3 +21,3 @@ declare type Image = 'image/jpeg' | 'image/png' | 'image/webp' | 'image/jpeg, image/png, image/webp';

/** Size in megabytes */
maxSize?: number;
maxSize?: number | null;
name?: string;

@@ -27,2 +29,6 @@ required?: FileInputProps['required'];

uploadProgress?: number;
borderWidth?: BoxProps['borderWidth'];
labelTextSize?: React.ComponentProps<typeof Text>['size'];
labelTextColor?: 'textSecondary' | 'textTertiary';
height?: BoxProps['height'];
onBlur?: FileInputProps['onBlur'];

@@ -45,5 +51,5 @@ onError?(error: string): void;

export declare const MediaPicker: {
({ accept, autoFocus, compact, cover, defaultValue, disabled, error, id, label, maxSize, name, required, tabIndex, uploaded, uploading, uploadProgress, onBlur, onChange, onError, onFocus, onReset, }: Props): JSX.Element;
({ accept, autoFocus, compact, cover, defaultValue, disabled, error, id, label, maxSize, name, required, tabIndex, uploaded, uploading, uploadProgress, borderWidth, labelTextSize, labelTextColor, height, onBlur, onChange, onError, onFocus, onReset, }: Props): JSX.Element;
displayName: string;
};
export {};
{
"name": "degen",
"version": "0.0.139",
"version": "0.0.140",
"description": "Design system for Mirror.xyz",

@@ -5,0 +5,0 @@ "main": "./dist/index.cjs.js",

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

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