@types/web 0.0.341 → 0.0.342
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 +1 -1
- package/package.json +1 -1
- package/ts5.5/index.d.ts +1 -1
- package/ts5.6/index.d.ts +1 -1
- package/ts5.9/index.d.ts +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.342 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.342.
|
package/index.d.ts
CHANGED
|
@@ -8078,7 +8078,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
|
|
|
8078
8078
|
*/
|
|
8079
8079
|
marginBottom: string;
|
|
8080
8080
|
/**
|
|
8081
|
-
* The margin-inline CSS shorthand property
|
|
8081
|
+
* The margin-inline CSS shorthand property defines both the logical inline start and end margins of an element, which maps to physical margins depending on the element's writing mode, directionality, and text orientation.
|
|
8082
8082
|
*
|
|
8083
8083
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/margin-inline)
|
|
8084
8084
|
*/
|
package/package.json
CHANGED
package/ts5.5/index.d.ts
CHANGED
|
@@ -8068,7 +8068,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
|
|
|
8068
8068
|
*/
|
|
8069
8069
|
marginBottom: string;
|
|
8070
8070
|
/**
|
|
8071
|
-
* The margin-inline CSS shorthand property
|
|
8071
|
+
* The margin-inline CSS shorthand property defines both the logical inline start and end margins of an element, which maps to physical margins depending on the element's writing mode, directionality, and text orientation.
|
|
8072
8072
|
*
|
|
8073
8073
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/margin-inline)
|
|
8074
8074
|
*/
|
package/ts5.6/index.d.ts
CHANGED
|
@@ -8075,7 +8075,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
|
|
|
8075
8075
|
*/
|
|
8076
8076
|
marginBottom: string;
|
|
8077
8077
|
/**
|
|
8078
|
-
* The margin-inline CSS shorthand property
|
|
8078
|
+
* The margin-inline CSS shorthand property defines both the logical inline start and end margins of an element, which maps to physical margins depending on the element's writing mode, directionality, and text orientation.
|
|
8079
8079
|
*
|
|
8080
8080
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/margin-inline)
|
|
8081
8081
|
*/
|
package/ts5.9/index.d.ts
CHANGED
|
@@ -8075,7 +8075,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
|
|
|
8075
8075
|
*/
|
|
8076
8076
|
marginBottom: string;
|
|
8077
8077
|
/**
|
|
8078
|
-
* The margin-inline CSS shorthand property
|
|
8078
|
+
* The margin-inline CSS shorthand property defines both the logical inline start and end margins of an element, which maps to physical margins depending on the element's writing mode, directionality, and text orientation.
|
|
8079
8079
|
*
|
|
8080
8080
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/margin-inline)
|
|
8081
8081
|
*/
|