@types/web 0.0.301 → 0.0.302
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.302 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.302.
|
package/index.d.ts
CHANGED
|
@@ -8767,7 +8767,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
|
|
|
8767
8767
|
*/
|
|
8768
8768
|
viewTimeline: string;
|
|
8769
8769
|
/**
|
|
8770
|
-
* The view-timeline-axis CSS property
|
|
8770
|
+
* The view-timeline-axis CSS property specifies the scroll direction to be used for a named view progress timeline.
|
|
8771
8771
|
*
|
|
8772
8772
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/view-timeline-axis)
|
|
8773
8773
|
*/
|
package/package.json
CHANGED
package/ts5.5/index.d.ts
CHANGED
|
@@ -8757,7 +8757,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
|
|
|
8757
8757
|
*/
|
|
8758
8758
|
viewTimeline: string;
|
|
8759
8759
|
/**
|
|
8760
|
-
* The view-timeline-axis CSS property
|
|
8760
|
+
* The view-timeline-axis CSS property specifies the scroll direction to be used for a named view progress timeline.
|
|
8761
8761
|
*
|
|
8762
8762
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/view-timeline-axis)
|
|
8763
8763
|
*/
|
package/ts5.6/index.d.ts
CHANGED
|
@@ -8764,7 +8764,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
|
|
|
8764
8764
|
*/
|
|
8765
8765
|
viewTimeline: string;
|
|
8766
8766
|
/**
|
|
8767
|
-
* The view-timeline-axis CSS property
|
|
8767
|
+
* The view-timeline-axis CSS property specifies the scroll direction to be used for a named view progress timeline.
|
|
8768
8768
|
*
|
|
8769
8769
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/view-timeline-axis)
|
|
8770
8770
|
*/
|
package/ts5.9/index.d.ts
CHANGED
|
@@ -8764,7 +8764,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
|
|
|
8764
8764
|
*/
|
|
8765
8765
|
viewTimeline: string;
|
|
8766
8766
|
/**
|
|
8767
|
-
* The view-timeline-axis CSS property
|
|
8767
|
+
* The view-timeline-axis CSS property specifies the scroll direction to be used for a named view progress timeline.
|
|
8768
8768
|
*
|
|
8769
8769
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/view-timeline-axis)
|
|
8770
8770
|
*/
|