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

degen

Package Overview
Dependencies
Maintainers
1
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 0.0.5 to 0.0.6

6

dist/types/components/Button/Button.d.ts

@@ -8,10 +8,10 @@ import * as React from 'react';

/** Centers text and reserves space for icon and spinner */
center?: true;
center?: boolean;
children: NativeButtonProps['children'];
/** Marks as unusable */
disabled?: true;
disabled?: boolean;
/** Adds ReactNode before children */
prefix?: ReactNodeNoStrings;
/** Shows loading spinner inside button */
loading?: true;
loading?: boolean;
/** Constrains button to specific shape */

@@ -18,0 +18,0 @@ shape?: styles.Shape;

@@ -29,5 +29,7 @@ import { RecipeVariants } from '@vanilla-extract/recipes';

true: string;
false: {};
};
center: {
true: string;
false: {};
};

@@ -34,0 +36,0 @@ shape: {

@@ -9,3 +9,3 @@ import * as React from 'react';

defaultValue?: string | number;
disabled?: true;
disabled?: boolean;
icon?: ReactNodeNoStrings;

@@ -12,0 +12,0 @@ id?: NativeInputProps['id'];

export declare const root: import("@vanilla-extract/recipes/dist/declarations/src/types").RuntimeFn<{
disabled: {
true: string;
false: {};
};

@@ -5,0 +6,0 @@ error: {

@@ -6,2 +6,3 @@ import { RecipeVariants } from '@vanilla-extract/recipes';

true: {};
false: {};
};

@@ -8,0 +9,0 @@ size: {

{
"name": "degen",
"version": "0.0.5",
"version": "0.0.6",
"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

Sorry, the diff of this file is not supported yet

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