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

@0xsequence/design-system

Package Overview
Dependencies
Maintainers
6
Versions
197
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.3 to 0.1.4

2

dist/types/components/Box/Box.d.ts
import { ClassValue } from 'clsx';
import { ElementType, ReactElement, ComponentPropsWithRef } from 'react';
import { Atoms } from '~/css';
import { Atoms } from '../../css';
export declare type BoxProps<T extends ElementType = 'div'> = ComponentPropsWithRef<T> & {

@@ -5,0 +5,0 @@ as?: T;

import { ReactNode } from 'react';
import { BoxLayoutProps, BoxProps } from '~/components/Box';
import { BoxLayoutProps, BoxProps } from '../../components/Box';
interface StackProps extends BoxLayoutProps {

@@ -4,0 +4,0 @@ children: ReactNode;

@@ -1,4 +0,4 @@

export * from '~/components';
export * from '~/icons';
export { atoms, breakpoints, vars } from '~/css';
export type { Atoms, Breakpoint, ThemeVars } from '~/css';
export * from './components';
export * from './icons';
export { atoms, breakpoints, vars } from './css';
export type { Atoms, Breakpoint, ThemeVars } from './css';
{
"name": "@0xsequence/design-system",
"version": "0.1.3",
"version": "0.1.4",
"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