@trycourier/react-elements
Advanced tools
Comparing version 5.1.3-internal.56f686b.0 to 5.1.3-internal.657026c.0
{ | ||
"name": "@trycourier/react-elements", | ||
"version": "5.1.3-internal.56f686b.0+56f686b", | ||
"version": "5.1.3-internal.657026c.0+657026c", | ||
"description": "Shareable components for each Courier package", | ||
@@ -36,5 +36,2 @@ "author": "Drew Youngwerth <drew@youngwerth.com>", | ||
}, | ||
"devDependencies": { | ||
"@types/styled-components": "^5.1.25" | ||
}, | ||
"peerDependencies": { | ||
@@ -44,5 +41,5 @@ "deep-extend": "0.6.x", | ||
"react-dom": ">=17.X.X", | ||
"styled-components": "5.x" | ||
"styled-components": ">=^5.X.X" | ||
}, | ||
"gitHead": "56f686b55ef6c505ce0079e0e6ee9aa65cd307b0" | ||
"gitHead": "657026ceeb564a3303d3c8ed70a121f45ec3d3d1" | ||
} |
@@ -1,3 +0,2 @@ | ||
import { ButtonProps } from "./types"; | ||
export declare const Button: import("styled-components").StyledComponent<"button", any, ButtonProps, never>; | ||
export declare const Button: any; | ||
//# sourceMappingURL=button.d.ts.map |
@@ -1,3 +0,2 @@ | ||
import { ButtonProps } from "./types"; | ||
export declare const LinkButton: import("styled-components").StyledComponent<"a", any, ButtonProps, never>; | ||
export declare const LinkButton: any; | ||
//# sourceMappingURL=link-button.d.ts.map |
@@ -1,4 +0,3 @@ | ||
import { CSSObject } from "styled-components"; | ||
import { ButtonProps } from "./types"; | ||
export declare const genButtonStyles: ({ size, color, textColor, }: ButtonProps) => CSSObject; | ||
export declare const genButtonStyles: ({ size, color, textColor, }: ButtonProps) => any; | ||
//# sourceMappingURL=styles.d.ts.map |
@@ -1,2 +0,2 @@ | ||
export declare const Description: import("styled-components").StyledComponent<"p", any, {}, never>; | ||
export declare const Description: any; | ||
//# sourceMappingURL=description.d.ts.map |
import React from "react"; | ||
import { CSSObject } from "styled-components"; | ||
import { IconProps } from "./types"; | ||
export declare function makeIcon(Svg: React.FunctionComponent): React.FunctionComponent<IconProps>; | ||
export declare const genSvgStyles: (props: IconProps) => CSSObject; | ||
export declare const genSvgStyles: (props: IconProps) => any; | ||
//# sourceMappingURL=make-icon.d.ts.map |
@@ -1,2 +0,2 @@ | ||
export declare const Input: import("styled-components").StyledComponent<"input", any, {}, never>; | ||
export declare const Input: any; | ||
//# sourceMappingURL=input.d.ts.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
0
39427
792