@types/web 0.0.118 → 0.0.119
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/index.d.ts +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -47,4 +47,4 @@ Prior to `@types/web` the web APIs were deployed with a version of TypeScript, a
|
|
|
47
47
|
|
|
48
48
|
## Deploy Metadata
|
|
49
49
|
|
|
50
|
-
You can read what changed in version 0.0.
|
|
50
|
+
You can read what changed in version 0.0.119 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.119.
|
package/index.d.ts
CHANGED
|
@@ -4335,6 +4335,8 @@ interface CSSStyleDeclaration {
|
|
|
4335
4335
|
offsetDistance: string;
|
|
4336
4336
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/offset-path) */
|
|
4337
4337
|
offsetPath: string;
|
|
4338
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/offset-position) */
|
|
4339
|
+
offsetPosition: string;
|
|
4338
4340
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/offset-rotate) */
|
|
4339
4341
|
offsetRotate: string;
|
|
4340
4342
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/opacity) */
|
|
@@ -20083,6 +20085,8 @@ declare var SVGGraphicsElement: {
|
|
|
20083
20085
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGImageElement)
|
|
20084
20086
|
*/
|
|
20085
20087
|
interface SVGImageElement extends SVGGraphicsElement, SVGURIReference {
|
|
20088
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGImageElement/crossorigin) */
|
|
20089
|
+
crossOrigin: string | null;
|
|
20086
20090
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGImageElement/height) */
|
|
20087
20091
|
readonly height: SVGAnimatedLength;
|
|
20088
20092
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGImageElement/preserveAspectRatio) */
|