@0xsequence/design-system
Advanced tools
Comparing version 0.1.3 to 0.1.4
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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5294842