@radix-ui/utils
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -9,6 +9,6 @@ export function arrayRemove<T>(array: T[], item: T): T[]; | ||
export function namespaced(componentPart: string): string; | ||
export function getPartDataAttr(componentPart: string): string; | ||
export function getPartDataAttrObj(componentPart: string): { | ||
export function getSelector(componentPart: string): string; | ||
export function getSelectorObj(selector: string | null): { | ||
[x: string]: string; | ||
}; | ||
} | undefined; | ||
export function canUseDOM(): boolean; | ||
@@ -97,3 +97,4 @@ export function makeId(...args: (string | number | null | undefined)[]): string; | ||
export type ElementTagNameMap = HTMLElementTagNameMap & Pick<SVGElementTagNameMap, Exclude<keyof SVGElementTagNameMap, keyof HTMLElementTagNameMap>>; | ||
export type Merge<P1 = {}, P2 = {}> = Omit<P1, keyof P2> & P2; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@radix-ui/utils", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"license": "MIT", | ||
@@ -15,6 +15,4 @@ "source": "src/index.ts", | ||
"scripts": { | ||
"build": "parcel build src/index.ts --no-cache", | ||
"clean": "rm -rf dist", | ||
"version": "yarn version", | ||
"prepublish": "yarn clean && yarn build" | ||
"prepublish": "yarn clean" | ||
}, | ||
@@ -21,0 +19,0 @@ "homepage": "https://radix-ui.com/primitives", |
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
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
41544
128