@floating-ui/utils
Advanced tools
Comparing version 0.1.5 to 0.1.6
{ | ||
"name": "@floating-ui/utils", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Utilities for Floating UI", | ||
@@ -15,3 +15,5 @@ "publishConfig": { | ||
"dom/dist/", | ||
"react/dist/", | ||
"dom/package.json", | ||
"react/package.json", | ||
"**/*.d.ts", | ||
@@ -23,2 +25,3 @@ "**/*.d.mts" | ||
"./dom/package.json": "./dom/package.json", | ||
"./react/package.json": "./react/package.json", | ||
".": { | ||
@@ -41,2 +44,11 @@ "import": { | ||
"default": "./dom/dist/floating-ui.utils.dom.umd.js" | ||
}, | ||
"./react": { | ||
"import": { | ||
"types": "./react/src/index.d.ts", | ||
"default": "./react/dist/floating-ui.utils.react.mjs" | ||
}, | ||
"types": "./react/src/index.d.ts", | ||
"module": "./react/dist/floating-ui.utils.react.esm.js", | ||
"default": "./react/dist/floating-ui.utils.react.umd.js" | ||
} | ||
@@ -43,0 +55,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
52683
20
1295