@types/web 0.0.154 → 0.0.155
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 +9 -0
- package/package.json +1 -1
- package/ts5.5/index.d.ts +9 -0
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.155 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.155.
|
package/index.d.ts
CHANGED
|
@@ -4104,11 +4104,13 @@ interface CSSStyleDeclaration {
|
|
|
4104
4104
|
clip: string;
|
|
4105
4105
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/clip-path) */
|
|
4106
4106
|
clipPath: string;
|
|
4107
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/clip-rule) */
|
|
4107
4108
|
clipRule: string;
|
|
4108
4109
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/color) */
|
|
4109
4110
|
color: string;
|
|
4110
4111
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/color-interpolation) */
|
|
4111
4112
|
colorInterpolation: string;
|
|
4113
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/color-interpolation-filters) */
|
|
4112
4114
|
colorInterpolationFilters: string;
|
|
4113
4115
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/color-scheme) */
|
|
4114
4116
|
colorScheme: string;
|
|
@@ -4178,8 +4180,11 @@ interface CSSStyleDeclaration {
|
|
|
4178
4180
|
dominantBaseline: string;
|
|
4179
4181
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/empty-cells) */
|
|
4180
4182
|
emptyCells: string;
|
|
4183
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/fill) */
|
|
4181
4184
|
fill: string;
|
|
4185
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/fill-opacity) */
|
|
4182
4186
|
fillOpacity: string;
|
|
4187
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/fill-rule) */
|
|
4183
4188
|
fillRule: string;
|
|
4184
4189
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/filter) */
|
|
4185
4190
|
filter: string;
|
|
@@ -4604,7 +4609,9 @@ interface CSSStyleDeclaration {
|
|
|
4604
4609
|
shapeOutside: string;
|
|
4605
4610
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/shape-rendering) */
|
|
4606
4611
|
shapeRendering: string;
|
|
4612
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/stop-color) */
|
|
4607
4613
|
stopColor: string;
|
|
4614
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/stop-opacity) */
|
|
4608
4615
|
stopOpacity: string;
|
|
4609
4616
|
stroke: string;
|
|
4610
4617
|
strokeDasharray: string;
|
|
@@ -5127,7 +5134,9 @@ interface CSSStyleDeclaration {
|
|
|
5127
5134
|
wordWrap: string;
|
|
5128
5135
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/writing-mode) */
|
|
5129
5136
|
writingMode: string;
|
|
5137
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/x) */
|
|
5130
5138
|
x: string;
|
|
5139
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/y) */
|
|
5131
5140
|
y: string;
|
|
5132
5141
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/z-index) */
|
|
5133
5142
|
zIndex: string;
|
package/package.json
CHANGED
package/ts5.5/index.d.ts
CHANGED
|
@@ -4104,11 +4104,13 @@ interface CSSStyleDeclaration {
|
|
|
4104
4104
|
clip: string;
|
|
4105
4105
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/clip-path) */
|
|
4106
4106
|
clipPath: string;
|
|
4107
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/clip-rule) */
|
|
4107
4108
|
clipRule: string;
|
|
4108
4109
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/color) */
|
|
4109
4110
|
color: string;
|
|
4110
4111
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/color-interpolation) */
|
|
4111
4112
|
colorInterpolation: string;
|
|
4113
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/color-interpolation-filters) */
|
|
4112
4114
|
colorInterpolationFilters: string;
|
|
4113
4115
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/color-scheme) */
|
|
4114
4116
|
colorScheme: string;
|
|
@@ -4178,8 +4180,11 @@ interface CSSStyleDeclaration {
|
|
|
4178
4180
|
dominantBaseline: string;
|
|
4179
4181
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/empty-cells) */
|
|
4180
4182
|
emptyCells: string;
|
|
4183
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/fill) */
|
|
4181
4184
|
fill: string;
|
|
4185
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/fill-opacity) */
|
|
4182
4186
|
fillOpacity: string;
|
|
4187
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/fill-rule) */
|
|
4183
4188
|
fillRule: string;
|
|
4184
4189
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/filter) */
|
|
4185
4190
|
filter: string;
|
|
@@ -4604,7 +4609,9 @@ interface CSSStyleDeclaration {
|
|
|
4604
4609
|
shapeOutside: string;
|
|
4605
4610
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/shape-rendering) */
|
|
4606
4611
|
shapeRendering: string;
|
|
4612
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/stop-color) */
|
|
4607
4613
|
stopColor: string;
|
|
4614
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/stop-opacity) */
|
|
4608
4615
|
stopOpacity: string;
|
|
4609
4616
|
stroke: string;
|
|
4610
4617
|
strokeDasharray: string;
|
|
@@ -5127,7 +5134,9 @@ interface CSSStyleDeclaration {
|
|
|
5127
5134
|
wordWrap: string;
|
|
5128
5135
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/writing-mode) */
|
|
5129
5136
|
writingMode: string;
|
|
5137
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/x) */
|
|
5130
5138
|
x: string;
|
|
5139
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/y) */
|
|
5131
5140
|
y: string;
|
|
5132
5141
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/z-index) */
|
|
5133
5142
|
zIndex: string;
|