@types/web 0.0.302 → 0.0.303

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.302 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.302.
50
+ You can read what changed in version 0.0.303 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.303.
package/index.d.ts CHANGED
@@ -742,6 +742,7 @@ interface FontFaceDescriptors {
742
742
  stretch?: string;
743
743
  style?: string;
744
744
  unicodeRange?: string;
745
+ variationSettings?: string;
745
746
  weight?: string;
746
747
  }
747
748
 
@@ -8767,7 +8768,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
8767
8768
  */
8768
8769
  viewTimeline: string;
8769
8770
  /**
8770
- * The view-timeline-axis CSS property specifies the scroll direction to be used for a named view progress timeline.
8771
+ * The view-timeline-axis CSS property specifies the scroll direction to be used for a named view progress timeline.
8771
8772
  *
8772
8773
  * [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/view-timeline-axis)
8773
8774
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/web",
3
- "version": "0.0.302",
3
+ "version": "0.0.303",
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
@@ -739,6 +739,7 @@ interface FontFaceDescriptors {
739
739
  stretch?: string;
740
740
  style?: string;
741
741
  unicodeRange?: string;
742
+ variationSettings?: string;
742
743
  weight?: string;
743
744
  }
744
745
 
@@ -8757,7 +8758,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
8757
8758
  */
8758
8759
  viewTimeline: string;
8759
8760
  /**
8760
- * The view-timeline-axis CSS property specifies the scroll direction to be used for a named view progress timeline.
8761
+ * The view-timeline-axis CSS property specifies the scroll direction to be used for a named view progress timeline.
8761
8762
  *
8762
8763
  * [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/view-timeline-axis)
8763
8764
  */
package/ts5.6/index.d.ts CHANGED
@@ -739,6 +739,7 @@ interface FontFaceDescriptors {
739
739
  stretch?: string;
740
740
  style?: string;
741
741
  unicodeRange?: string;
742
+ variationSettings?: string;
742
743
  weight?: string;
743
744
  }
744
745
 
@@ -8764,7 +8765,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
8764
8765
  */
8765
8766
  viewTimeline: string;
8766
8767
  /**
8767
- * The view-timeline-axis CSS property specifies the scroll direction to be used for a named view progress timeline.
8768
+ * The view-timeline-axis CSS property specifies the scroll direction to be used for a named view progress timeline.
8768
8769
  *
8769
8770
  * [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/view-timeline-axis)
8770
8771
  */
package/ts5.9/index.d.ts CHANGED
@@ -739,6 +739,7 @@ interface FontFaceDescriptors {
739
739
  stretch?: string;
740
740
  style?: string;
741
741
  unicodeRange?: string;
742
+ variationSettings?: string;
742
743
  weight?: string;
743
744
  }
744
745
 
@@ -8764,7 +8765,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
8764
8765
  */
8765
8766
  viewTimeline: string;
8766
8767
  /**
8767
- * The view-timeline-axis CSS property specifies the scroll direction to be used for a named view progress timeline.
8768
+ * The view-timeline-axis CSS property specifies the scroll direction to be used for a named view progress timeline.
8768
8769
  *
8769
8770
  * [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/view-timeline-axis)
8770
8771
  */