@types/web 0.0.207 → 0.0.208

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.207 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.207.
50
+ You can read what changed in version 0.0.208 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.208.
package/index.d.ts CHANGED
@@ -4636,7 +4636,11 @@ interface CSSStyleDeclaration {
4636
4636
  fontSize: string;
4637
4637
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/font-size-adjust) */
4638
4638
  fontSizeAdjust: string;
4639
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/font-stretch) */
4639
+ /**
4640
+ * @deprecated
4641
+ *
4642
+ * [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/font-stretch)
4643
+ */
4640
4644
  fontStretch: string;
4641
4645
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/font-style) */
4642
4646
  fontStyle: string;
@@ -5070,8 +5074,11 @@ interface CSSStyleDeclaration {
5070
5074
  textAlignLast: string;
5071
5075
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-anchor) */
5072
5076
  textAnchor: string;
5077
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box) */
5073
5078
  textBox: string;
5079
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box-edge) */
5074
5080
  textBoxEdge: string;
5081
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box-trim) */
5075
5082
  textBoxTrim: string;
5076
5083
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-combine-upright) */
5077
5084
  textCombineUpright: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/web",
3
- "version": "0.0.207",
3
+ "version": "0.0.208",
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
@@ -4630,7 +4630,11 @@ interface CSSStyleDeclaration {
4630
4630
  fontSize: string;
4631
4631
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/font-size-adjust) */
4632
4632
  fontSizeAdjust: string;
4633
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/font-stretch) */
4633
+ /**
4634
+ * @deprecated
4635
+ *
4636
+ * [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/font-stretch)
4637
+ */
4634
4638
  fontStretch: string;
4635
4639
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/font-style) */
4636
4640
  fontStyle: string;
@@ -5064,8 +5068,11 @@ interface CSSStyleDeclaration {
5064
5068
  textAlignLast: string;
5065
5069
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-anchor) */
5066
5070
  textAnchor: string;
5071
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box) */
5067
5072
  textBox: string;
5073
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box-edge) */
5068
5074
  textBoxEdge: string;
5075
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box-trim) */
5069
5076
  textBoxTrim: string;
5070
5077
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-combine-upright) */
5071
5078
  textCombineUpright: string;