@wordpress/dom
Advanced tools
Comparing version 4.13.1-next.cd6172eb0.0 to 4.14.0
@@ -0,1 +1,2 @@ | ||
/* wp:polyfill */ | ||
/** | ||
@@ -2,0 +3,0 @@ * Gets all files from a DataTransfer object. |
@@ -0,1 +1,2 @@ | ||
/* wp:polyfill */ | ||
/** | ||
@@ -2,0 +3,0 @@ * Internal dependencies |
@@ -0,1 +1,2 @@ | ||
/* wp:polyfill */ | ||
/** | ||
@@ -2,0 +3,0 @@ * Gets the height of the range without ignoring zero width rectangles, which |
@@ -0,1 +1,2 @@ | ||
/* wp:polyfill */ | ||
/** | ||
@@ -2,0 +3,0 @@ * Internal dependencies |
@@ -0,1 +1,2 @@ | ||
/* wp:polyfill */ | ||
/** | ||
@@ -2,0 +3,0 @@ * Recursively checks if an element is empty. An element is not empty if it |
@@ -0,1 +1,2 @@ | ||
/* wp:polyfill */ | ||
/** | ||
@@ -2,0 +3,0 @@ * References: |
@@ -0,1 +1,2 @@ | ||
/* wp:polyfill */ | ||
/** | ||
@@ -2,0 +3,0 @@ * All phrasing content elements. |
@@ -0,1 +1,2 @@ | ||
/* wp:polyfill */ | ||
/** | ||
@@ -2,0 +3,0 @@ * Internal dependencies |
@@ -12,3 +12,3 @@ /** | ||
*/ | ||
export default function isEdge(container: HTMLElement, isReverse: boolean, onlyVertical?: boolean | undefined): boolean; | ||
export default function isEdge(container: HTMLElement, isReverse: boolean, onlyVertical?: boolean): boolean; | ||
//# sourceMappingURL=is-edge.d.ts.map |
@@ -8,3 +8,3 @@ /** | ||
*/ | ||
export default function placeCaretAtVerticalEdge(container: HTMLElement, isReverse: boolean, rect?: DOMRect | undefined): void; | ||
export default function placeCaretAtVerticalEdge(container: HTMLElement, isReverse: boolean, rect?: DOMRect): void; | ||
//# sourceMappingURL=place-caret-at-vertical-edge.d.ts.map |
@@ -11,3 +11,3 @@ /** | ||
*/ | ||
export function getPhrasingContentSchema(context?: string | undefined): Partial<ContentSchema>; | ||
export function getPhrasingContentSchema(context?: string): Partial<ContentSchema>; | ||
/** | ||
@@ -14,0 +14,0 @@ * Find out whether or not the given node is phrasing content. |
@@ -0,1 +1,2 @@ | ||
/* wp:polyfill */ | ||
"use strict"; | ||
@@ -2,0 +3,0 @@ |
@@ -0,1 +1,2 @@ | ||
/* wp:polyfill */ | ||
"use strict"; | ||
@@ -2,0 +3,0 @@ |
@@ -0,1 +1,2 @@ | ||
/* wp:polyfill */ | ||
"use strict"; | ||
@@ -2,0 +3,0 @@ |
@@ -0,1 +1,2 @@ | ||
/* wp:polyfill */ | ||
"use strict"; | ||
@@ -2,0 +3,0 @@ |
@@ -0,1 +1,2 @@ | ||
/* wp:polyfill */ | ||
"use strict"; | ||
@@ -2,0 +3,0 @@ |
@@ -0,1 +1,2 @@ | ||
/* wp:polyfill */ | ||
"use strict"; | ||
@@ -2,0 +3,0 @@ |
@@ -0,1 +1,2 @@ | ||
/* wp:polyfill */ | ||
"use strict"; | ||
@@ -2,0 +3,0 @@ |
@@ -0,1 +1,2 @@ | ||
/* wp:polyfill */ | ||
"use strict"; | ||
@@ -2,0 +3,0 @@ |
@@ -5,2 +5,4 @@ <!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/HEAD/packages#maintaining-changelogs. --> | ||
## 4.14.0 (2024-12-11) | ||
## 4.13.0 (2024-11-27) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "@wordpress/dom", | ||
"version": "4.13.1-next.cd6172eb0.0", | ||
"version": "4.14.0", | ||
"description": "DOM utilities module for WordPress.", | ||
@@ -34,3 +34,3 @@ "author": "The WordPress Contributors", | ||
"@babel/runtime": "7.25.7", | ||
"@wordpress/deprecated": "^4.13.1-next.cd6172eb0.0" | ||
"@wordpress/deprecated": "*" | ||
}, | ||
@@ -40,3 +40,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "4cc93dc1781d8a7bc2bbde265913917920e2bd45" | ||
"gitHead": "b432c18934c9db866b6dba7d37517a4e97d642e3" | ||
} |
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
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
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
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
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
561499
6971
0
118115
1
Updated@wordpress/deprecated@*