New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.26 to 0.0.27

3

dist/types/components/icons/generated/IconArrowRight/IconArrowRight.d.ts

@@ -7,4 +7,5 @@ import { BoxProps } from '../../../Box';

size?: BoxProps['height'];
strokeWidth?: BoxProps['strokeWidth'];
} & OptionalTitle;
export declare const IconArrowRight: ({ color, size, ...props }: Props) => JSX.Element;
export declare const IconArrowRight: ({ color, size, strokeWidth, ...props }: Props) => JSX.Element;
export {};

@@ -7,4 +7,5 @@ import { BoxProps } from '../../../Box';

size?: BoxProps['height'];
strokeWidth?: BoxProps['strokeWidth'];
} & OptionalTitle;
export declare const IconArrowUp: ({ color, size, ...props }: Props) => JSX.Element;
export declare const IconArrowUp: ({ color, size, strokeWidth, ...props }: Props) => JSX.Element;
export {};

@@ -7,4 +7,5 @@ import { BoxProps } from '../../../Box';

size?: BoxProps['height'];
strokeWidth?: BoxProps['strokeWidth'];
} & OptionalTitle;
export declare const IconBookOpen: ({ color, size, ...props }: Props) => JSX.Element;
export declare const IconBookOpen: ({ color, size, strokeWidth, ...props }: Props) => JSX.Element;
export {};

@@ -7,4 +7,5 @@ import { BoxProps } from '../../../Box';

size?: BoxProps['height'];
strokeWidth?: BoxProps['strokeWidth'];
} & OptionalTitle;
export declare const IconCheck: ({ color, size, ...props }: Props) => JSX.Element;
export declare const IconCheck: ({ color, size, strokeWidth, ...props }: Props) => JSX.Element;
export {};

@@ -7,4 +7,5 @@ import { BoxProps } from '../../../Box';

size?: BoxProps['height'];
strokeWidth?: BoxProps['strokeWidth'];
} & OptionalTitle;
export declare const IconChevronDown: ({ color, size, ...props }: Props) => JSX.Element;
export declare const IconChevronDown: ({ color, size, strokeWidth, ...props }: Props) => JSX.Element;
export {};

@@ -7,4 +7,5 @@ import { BoxProps } from '../../../Box';

size?: BoxProps['height'];
strokeWidth?: BoxProps['strokeWidth'];
} & OptionalTitle;
export declare const IconChevronLeft: ({ color, size, ...props }: Props) => JSX.Element;
export declare const IconChevronLeft: ({ color, size, strokeWidth, ...props }: Props) => JSX.Element;
export {};

@@ -7,4 +7,5 @@ import { BoxProps } from '../../../Box';

size?: BoxProps['height'];
strokeWidth?: BoxProps['strokeWidth'];
} & OptionalTitle;
export declare const IconChevronRight: ({ color, size, ...props }: Props) => JSX.Element;
export declare const IconChevronRight: ({ color, size, strokeWidth, ...props }: Props) => JSX.Element;
export {};

@@ -7,4 +7,5 @@ import { BoxProps } from '../../../Box';

size?: BoxProps['height'];
strokeWidth?: BoxProps['strokeWidth'];
} & OptionalTitle;
export declare const IconChevronUp: ({ color, size, ...props }: Props) => JSX.Element;
export declare const IconChevronUp: ({ color, size, strokeWidth, ...props }: Props) => JSX.Element;
export {};

@@ -7,4 +7,5 @@ import { BoxProps } from '../../../Box';

size?: BoxProps['height'];
strokeWidth?: BoxProps['strokeWidth'];
} & OptionalTitle;
export declare const IconClose: ({ color, size, ...props }: Props) => JSX.Element;
export declare const IconClose: ({ color, size, strokeWidth, ...props }: Props) => JSX.Element;
export {};

@@ -7,4 +7,5 @@ import { BoxProps } from '../../../Box';

size?: BoxProps['height'];
strokeWidth?: BoxProps['strokeWidth'];
} & OptionalTitle;
export declare const IconCode: ({ color, size, ...props }: Props) => JSX.Element;
export declare const IconCode: ({ color, size, strokeWidth, ...props }: Props) => JSX.Element;
export {};

@@ -7,4 +7,5 @@ import { BoxProps } from '../../../Box';

size?: BoxProps['height'];
strokeWidth?: BoxProps['strokeWidth'];
} & OptionalTitle;
export declare const IconCog: ({ color, size, ...props }: Props) => JSX.Element;
export declare const IconCog: ({ color, size, strokeWidth, ...props }: Props) => JSX.Element;
export {};

@@ -7,4 +7,5 @@ import { BoxProps } from '../../../Box';

size?: BoxProps['height'];
strokeWidth?: BoxProps['strokeWidth'];
} & OptionalTitle;
export declare const IconCollection: ({ color, size, ...props }: Props) => JSX.Element;
export declare const IconCollection: ({ color, size, strokeWidth, ...props }: Props) => JSX.Element;
export {};

@@ -7,4 +7,5 @@ import { BoxProps } from '../../../Box';

size?: BoxProps['height'];
strokeWidth?: BoxProps['strokeWidth'];
} & OptionalTitle;
export declare const IconDocuments: ({ color, size, ...props }: Props) => JSX.Element;
export declare const IconDocuments: ({ color, size, strokeWidth, ...props }: Props) => JSX.Element;
export {};

@@ -7,4 +7,5 @@ import { BoxProps } from '../../../Box';

size?: BoxProps['height'];
strokeWidth?: BoxProps['strokeWidth'];
} & OptionalTitle;
export declare const IconDotsVertical: ({ color, size, ...props }: Props) => JSX.Element;
export declare const IconDotsVertical: ({ color, size, strokeWidth, ...props }: Props) => JSX.Element;
export {};

@@ -7,4 +7,5 @@ import { BoxProps } from '../../../Box';

size?: BoxProps['height'];
strokeWidth?: BoxProps['strokeWidth'];
} & OptionalTitle;
export declare const IconDuplicate: ({ color, size, ...props }: Props) => JSX.Element;
export declare const IconDuplicate: ({ color, size, strokeWidth, ...props }: Props) => JSX.Element;
export {};

@@ -7,4 +7,5 @@ import { BoxProps } from '../../../Box';

size?: BoxProps['height'];
strokeWidth?: BoxProps['strokeWidth'];
} & OptionalTitle;
export declare const IconEth: ({ color, size, ...props }: Props) => JSX.Element;
export declare const IconEth: ({ color, size, strokeWidth, ...props }: Props) => JSX.Element;
export {};

@@ -7,4 +7,5 @@ import { BoxProps } from '../../../Box';

size?: BoxProps['height'];
strokeWidth?: BoxProps['strokeWidth'];
} & OptionalTitle;
export declare const IconExclamation: ({ color, size, ...props }: Props) => JSX.Element;
export declare const IconExclamation: ({ color, size, strokeWidth, ...props }: Props) => JSX.Element;
export {};

@@ -7,4 +7,5 @@ import { BoxProps } from '../../../Box';

size?: BoxProps['height'];
strokeWidth?: BoxProps['strokeWidth'];
} & OptionalTitle;
export declare const IconFlag: ({ color, size, ...props }: Props) => JSX.Element;
export declare const IconFlag: ({ color, size, strokeWidth, ...props }: Props) => JSX.Element;
export {};

@@ -7,4 +7,5 @@ import { BoxProps } from '../../../Box';

size?: BoxProps['height'];
strokeWidth?: BoxProps['strokeWidth'];
} & OptionalTitle;
export declare const IconGrid: ({ color, size, ...props }: Props) => JSX.Element;
export declare const IconGrid: ({ color, size, strokeWidth, ...props }: Props) => JSX.Element;
export {};

@@ -7,4 +7,5 @@ import { BoxProps } from '../../../Box';

size?: BoxProps['height'];
strokeWidth?: BoxProps['strokeWidth'];
} & OptionalTitle;
export declare const IconGridSolid: ({ color, size, ...props }: Props) => JSX.Element;
export declare const IconGridSolid: ({ color, size, strokeWidth, ...props }: Props) => JSX.Element;
export {};

@@ -7,4 +7,5 @@ import { BoxProps } from '../../../Box';

size?: BoxProps['height'];
strokeWidth?: BoxProps['strokeWidth'];
} & OptionalTitle;
export declare const IconHand: ({ color, size, ...props }: Props) => JSX.Element;
export declare const IconHand: ({ color, size, strokeWidth, ...props }: Props) => JSX.Element;
export {};

@@ -7,4 +7,5 @@ import { BoxProps } from '../../../Box';

size?: BoxProps['height'];
strokeWidth?: BoxProps['strokeWidth'];
} & OptionalTitle;
export declare const IconLink: ({ color, size, ...props }: Props) => JSX.Element;
export declare const IconLink: ({ color, size, strokeWidth, ...props }: Props) => JSX.Element;
export {};

@@ -7,4 +7,5 @@ import { BoxProps } from '../../../Box';

size?: BoxProps['height'];
strokeWidth?: BoxProps['strokeWidth'];
} & OptionalTitle;
export declare const IconList: ({ color, size, ...props }: Props) => JSX.Element;
export declare const IconList: ({ color, size, strokeWidth, ...props }: Props) => JSX.Element;
export {};

@@ -7,4 +7,5 @@ import { BoxProps } from '../../../Box';

size?: BoxProps['height'];
strokeWidth?: BoxProps['strokeWidth'];
} & OptionalTitle;
export declare const IconLockClosed: ({ color, size, ...props }: Props) => JSX.Element;
export declare const IconLockClosed: ({ color, size, strokeWidth, ...props }: Props) => JSX.Element;
export {};

@@ -7,4 +7,5 @@ import { BoxProps } from '../../../Box';

size?: BoxProps['height'];
strokeWidth?: BoxProps['strokeWidth'];
} & OptionalTitle;
export declare const IconMenu: ({ color, size, ...props }: Props) => JSX.Element;
export declare const IconMenu: ({ color, size, strokeWidth, ...props }: Props) => JSX.Element;
export {};

@@ -7,4 +7,5 @@ import { BoxProps } from '../../../Box';

size?: BoxProps['height'];
strokeWidth?: BoxProps['strokeWidth'];
} & OptionalTitle;
export declare const IconPencil: ({ color, size, ...props }: Props) => JSX.Element;
export declare const IconPencil: ({ color, size, strokeWidth, ...props }: Props) => JSX.Element;
export {};

@@ -7,4 +7,5 @@ import { BoxProps } from '../../../Box';

size?: BoxProps['height'];
strokeWidth?: BoxProps['strokeWidth'];
} & OptionalTitle;
export declare const IconPlus: ({ color, size, ...props }: Props) => JSX.Element;
export declare const IconPlus: ({ color, size, strokeWidth, ...props }: Props) => JSX.Element;
export {};

@@ -7,4 +7,5 @@ import { BoxProps } from '../../../Box';

size?: BoxProps['height'];
strokeWidth?: BoxProps['strokeWidth'];
} & OptionalTitle;
export declare const IconPlusSmall: ({ color, size, ...props }: Props) => JSX.Element;
export declare const IconPlusSmall: ({ color, size, strokeWidth, ...props }: Props) => JSX.Element;
export {};

@@ -7,4 +7,5 @@ import { BoxProps } from '../../../Box';

size?: BoxProps['height'];
strokeWidth?: BoxProps['strokeWidth'];
} & OptionalTitle;
export declare const IconRefresh: ({ color, size, ...props }: Props) => JSX.Element;
export declare const IconRefresh: ({ color, size, strokeWidth, ...props }: Props) => JSX.Element;
export {};

@@ -7,4 +7,5 @@ import { BoxProps } from '../../../Box';

size?: BoxProps['height'];
strokeWidth?: BoxProps['strokeWidth'];
} & OptionalTitle;
export declare const IconSearch: ({ color, size, ...props }: Props) => JSX.Element;
export declare const IconSearch: ({ color, size, strokeWidth, ...props }: Props) => JSX.Element;
export {};

@@ -7,4 +7,5 @@ import { BoxProps } from '../../../Box';

size?: BoxProps['height'];
strokeWidth?: BoxProps['strokeWidth'];
} & OptionalTitle;
export declare const IconSplit: ({ color, size, ...props }: Props) => JSX.Element;
export declare const IconSplit: ({ color, size, strokeWidth, ...props }: Props) => JSX.Element;
export {};

@@ -7,4 +7,5 @@ import { BoxProps } from '../../../Box';

size?: BoxProps['height'];
strokeWidth?: BoxProps['strokeWidth'];
} & OptionalTitle;
export declare const IconTrendingUp: ({ color, size, ...props }: Props) => JSX.Element;
export declare const IconTrendingUp: ({ color, size, strokeWidth, ...props }: Props) => JSX.Element;
export {};

@@ -7,4 +7,5 @@ import { BoxProps } from '../../../Box';

size?: BoxProps['height'];
strokeWidth?: BoxProps['strokeWidth'];
} & OptionalTitle;
export declare const IconUpload: ({ color, size, ...props }: Props) => JSX.Element;
export declare const IconUpload: ({ color, size, strokeWidth, ...props }: Props) => JSX.Element;
export {};

@@ -7,4 +7,5 @@ import { BoxProps } from '../../../Box';

size?: BoxProps['height'];
strokeWidth?: BoxProps['strokeWidth'];
} & OptionalTitle;
export declare const IconUserSolid: ({ color, size, ...props }: Props) => JSX.Element;
export declare const IconUserSolid: ({ color, size, strokeWidth, ...props }: Props) => JSX.Element;
export {};

@@ -7,4 +7,5 @@ import { BoxProps } from '../../../Box';

size?: BoxProps['height'];
strokeWidth?: BoxProps['strokeWidth'];
} & OptionalTitle;
export declare const IconUsersSolid: ({ color, size, ...props }: Props) => JSX.Element;
export declare const IconUsersSolid: ({ color, size, strokeWidth, ...props }: Props) => JSX.Element;
export {};

@@ -7,4 +7,5 @@ import { BoxProps } from '../../../Box';

size?: BoxProps['height'];
strokeWidth?: BoxProps['strokeWidth'];
} & OptionalTitle;
export declare const IconWallet: ({ color, size, ...props }: Props) => JSX.Element;
export declare const IconWallet: ({ color, size, strokeWidth, ...props }: Props) => JSX.Element;
export {};

@@ -7,4 +7,5 @@ import { BoxProps } from '../../Box';

size?: BoxProps['height'];
strokeWidth?: BoxProps['strokeWidth'];
} & OptionalTitle;
export declare const IconNFT: ({ color, size, ...props }: Props) => JSX.Element;
export declare const IconNFT: ({ color, size, strokeWidth, ...props }: Props) => JSX.Element;
export {};

@@ -8,3 +8,2 @@ export declare const borderStyles: {

px: string;
'2px': string;
'0.375': string;

@@ -11,0 +10,0 @@ '0.5': string;

@@ -9,3 +9,2 @@ export declare const tokens: {

px: string;
'2px': string;
'0.375': string;

@@ -12,0 +11,0 @@ '0.5': string;

{
"name": "degen",
"version": "0.0.26",
"version": "0.0.27",
"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

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

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

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