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

@0xsequence/design-system

Package Overview
Dependencies
Maintainers
7
Versions
196
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0xsequence/design-system - npm Package Compare versions

Comparing version 0.1.47 to 0.1.48

2

dist/types/icons/types.d.ts

@@ -0,3 +1,5 @@

import { ComponentType } from 'react';
import { BoxProps } from '../components/Box';
import { IconVariants } from './styles.css';
export declare type IconProps = IconVariants & BoxProps;
export declare type Icon = ComponentType<IconProps>;

@@ -6,1 +6,2 @@ export { tokens } from './tokens';

export * from './icons';
export type { Icon, IconProps } from './icons/types';

2

package.json
{
"name": "@0xsequence/design-system",
"version": "0.1.47",
"version": "0.1.48",
"license": "Apache-2.0",

@@ -5,0 +5,0 @@ "type": "module",

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