@react-email/button
Advanced tools
Comparing version 0.0.9 to 0.0.10
import * as React from 'react'; | ||
declare type RootProps = React.ComponentPropsWithoutRef<"a">; | ||
type RootProps = React.ComponentPropsWithoutRef<"a">; | ||
interface ButtonProps extends RootProps { | ||
@@ -5,0 +5,0 @@ pX?: number; |
{ | ||
"name": "@react-email/button", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "A link that is styled to look like a button", | ||
@@ -12,2 +12,14 @@ "sideEffects": false, | ||
], | ||
"exports": { | ||
".": { | ||
"import": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.mjs" | ||
}, | ||
"require": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
} | ||
} | ||
}, | ||
"license": "MIT", | ||
@@ -40,14 +52,14 @@ "scripts": { | ||
"devDependencies": { | ||
"@babel/preset-react": "7.18.6", | ||
"@babel/preset-react": "7.22.5", | ||
"@react-email/render": "0.0.6", | ||
"@types/jest": "29.5.0", | ||
"@types/jest": "29.5.3", | ||
"@types/react": "18.0.20", | ||
"@types/react-dom": "18.0.6", | ||
"babel-jest": "28.1.3", | ||
"eslint": "8.23.1", | ||
"eslint": "8.45.0", | ||
"jest": "28.1.3", | ||
"prettier": "2.8.4", | ||
"prettier": "3.0.0", | ||
"ts-jest": "28.0.8", | ||
"tsup": "6.2.3", | ||
"typescript": "4.8.3" | ||
"typescript": "5.1.6" | ||
}, | ||
@@ -54,0 +66,0 @@ "publishConfig": { |
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
11368