@types/web 0.0.123 → 0.0.124
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 +2 -2
- 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.124 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.124.
|
package/index.d.ts
CHANGED
|
@@ -4180,10 +4180,11 @@ interface CSSStyleDeclaration {
|
|
|
4180
4180
|
gridColumn: string;
|
|
4181
4181
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/grid-column-end) */
|
|
4182
4182
|
gridColumnEnd: string;
|
|
4183
|
+
/** @deprecated This is a legacy alias of `columnGap`. */
|
|
4183
4184
|
gridColumnGap: string;
|
|
4184
4185
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/grid-column-start) */
|
|
4185
4186
|
gridColumnStart: string;
|
|
4186
|
-
/**
|
|
4187
|
+
/** @deprecated This is a legacy alias of `gap`. */
|
|
4187
4188
|
gridGap: string;
|
|
4188
4189
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/grid-row) */
|
|
4189
4190
|
gridRow: string;
|
|
@@ -4512,7 +4513,6 @@ interface CSSStyleDeclaration {
|
|
|
4512
4513
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/shape-outside) */
|
|
4513
4514
|
shapeOutside: string;
|
|
4514
4515
|
shapeRendering: string;
|
|
4515
|
-
speak: string;
|
|
4516
4516
|
stopColor: string;
|
|
4517
4517
|
stopOpacity: string;
|
|
4518
4518
|
stroke: string;
|