@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 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.301 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.301.
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 is used to specify the scrollbar direction that will be used to provide the timeline for a named view progress timeline animation, which is progressed through based on the change in visibility of an element (known as the subject) inside a scrollable element (scroller). view-timeline-axis is set on the subject. See CSS scroll-driven animations for more details.
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/web",
3
- "version": "0.0.301",
3
+ "version": "0.0.302",
4
4
  "description": "Types for the DOM, and other web technologies in browsers",
5
5
  "license": "Apache-2.0",
6
6
  "contributors": [],
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 is used to specify the scrollbar direction that will be used to provide the timeline for a named view progress timeline animation, which is progressed through based on the change in visibility of an element (known as the subject) inside a scrollable element (scroller). view-timeline-axis is set on the subject. See CSS scroll-driven animations for more details.
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 is used to specify the scrollbar direction that will be used to provide the timeline for a named view progress timeline animation, which is progressed through based on the change in visibility of an element (known as the subject) inside a scrollable element (scroller). view-timeline-axis is set on the subject. See CSS scroll-driven animations for more details.
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 is used to specify the scrollbar direction that will be used to provide the timeline for a named view progress timeline animation, which is progressed through based on the change in visibility of an element (known as the subject) inside a scrollable element (scroller). view-timeline-axis is set on the subject. See CSS scroll-driven animations for more details.
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
  */