@radix-ui/react-primitive
Advanced tools
Comparing version 1.0.0 to 1.0.1-rc.1
import * as React from "react"; | ||
declare const NODES: readonly ["a", "button", "div", "h2", "h3", "img", "li", "nav", "ol", "p", "span", "svg", "ul"]; | ||
declare const NODES: readonly ["a", "button", "div", "h2", "h3", "img", "label", "li", "nav", "ol", "p", "span", "svg", "ul"]; | ||
type PropsWithoutRef<P> = P extends any ? ('ref' extends keyof P ? Pick<P, Exclude<keyof P, 'ref'>> : P) : P; | ||
@@ -4,0 +4,0 @@ export type ComponentPropsWithoutRef<T extends React.ElementType> = PropsWithoutRef<React.ComponentProps<T>>; |
@@ -27,2 +27,3 @@ var $iMixA$babelruntimehelpersextends = require("@babel/runtime/helpers/extends"); | ||
'img', | ||
'label', | ||
'li', | ||
@@ -29,0 +30,0 @@ 'nav', |
@@ -17,2 +17,3 @@ import $4q5Fq$babelruntimehelpersesmextends from "@babel/runtime/helpers/esm/extends"; | ||
'img', | ||
'label', | ||
'li', | ||
@@ -19,0 +20,0 @@ 'nav', |
{ | ||
"name": "@radix-ui/react-primitive", | ||
"version": "1.0.0", | ||
"version": "1.0.1-rc.1", | ||
"license": "MIT", | ||
@@ -36,3 +36,4 @@ "source": "src/index.ts", | ||
"url": "https://github.com/radix-ui/primitives/issues" | ||
} | ||
}, | ||
"stableVersion": "1.0.0" | ||
} |
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
26450
230
1