styled-velocity
Advanced tools
Comparing version 0.0.49 to 0.0.50
@@ -1,4 +0,5 @@ | ||
import { HTMLProps } from 'react'; | ||
import { HTMLAttributes, HTMLProps } from 'react'; | ||
declare type Omit<Type, Key extends keyof Type> = Pick<Type, Exclude<keyof Type, Key>>; | ||
declare type ReducedHTMLProps = Omit<HTMLProps<HTMLDivElement>, 'color' | 'wrap'>; | ||
declare type PropsAndAttrs = HTMLAttributes<any> & HTMLProps<HTMLDivElement>; | ||
declare type ReducedHTMLProps = Omit<PropsAndAttrs, 'color' | 'wrap'>; | ||
export interface SharedPropsPropTypes extends ReducedHTMLProps { | ||
@@ -5,0 +6,0 @@ /** |
@@ -1,1 +0,2 @@ | ||
export declare const px: (value: number) => string | number; | ||
/// <reference types="react" /> | ||
export declare const px: (value: number) => import("react").ReactText; |
@@ -1,4 +0,5 @@ | ||
import { HTMLProps } from 'react'; | ||
import { HTMLAttributes, HTMLProps } from 'react'; | ||
declare type Omit<Type, Key extends keyof Type> = Pick<Type, Exclude<keyof Type, Key>>; | ||
declare type ReducedHTMLProps = Omit<HTMLProps<HTMLDivElement>, 'color' | 'wrap'>; | ||
declare type PropsAndAttrs = HTMLAttributes<any> & HTMLProps<HTMLDivElement>; | ||
declare type ReducedHTMLProps = Omit<PropsAndAttrs, 'color' | 'wrap'>; | ||
export interface SharedPropsPropTypes extends ReducedHTMLProps { | ||
@@ -5,0 +6,0 @@ /** |
@@ -1,1 +0,2 @@ | ||
export declare const px: (value: number) => string | number; | ||
/// <reference types="react" /> | ||
export declare const px: (value: number) => import("react").ReactText; |
{ | ||
"name": "styled-velocity", | ||
"version": "0.0.49", | ||
"version": "0.0.50", | ||
"description": "Styled-Velocity, a React-based styled prop and UI library to increase your velocity and help build your Design System.", | ||
@@ -5,0 +5,0 @@ "author": "Jon K. Wheeler", |
@@ -1,7 +0,9 @@ | ||
import { HTMLProps } from 'react' | ||
import { HTMLAttributes, HTMLProps } from 'react' | ||
type Omit<Type, Key extends keyof Type> = Pick<Type, Exclude<keyof Type, Key>> | ||
type ReducedHTMLProps = Omit<HTMLProps<HTMLDivElement>, 'color' | 'wrap'> | ||
type PropsAndAttrs = HTMLAttributes<any> & HTMLProps<HTMLDivElement> | ||
type ReducedHTMLProps = Omit<PropsAndAttrs, 'color' | 'wrap'> | ||
export interface SharedPropsPropTypes extends ReducedHTMLProps { | ||
@@ -8,0 +10,0 @@ /** |
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
806992
12304