mdn-data 2.0.13 → 2.0.14
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/api/index.js +3 -0
- package/css/index.js +8 -0
- package/css/properties.json +3 -3
- package/l10n/index.js +3 -0
- package/package.json +4 -1
package/api/index.js
ADDED
package/css/index.js
ADDED
package/css/properties.json
CHANGED
|
@@ -1736,7 +1736,7 @@
|
|
|
1736
1736
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/align-self"
|
|
1737
1737
|
},
|
|
1738
1738
|
"align-tracks": {
|
|
1739
|
-
"syntax": "[normal | <baseline-position> | <content-distribution> | <overflow-position>? <content-position>]#",
|
|
1739
|
+
"syntax": "[ normal | <baseline-position> | <content-distribution> | <overflow-position>? <content-position> ]#",
|
|
1740
1740
|
"media": "visual",
|
|
1741
1741
|
"inherited": false,
|
|
1742
1742
|
"animationType": "discrete",
|
|
@@ -5625,7 +5625,7 @@
|
|
|
5625
5625
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/justify-self"
|
|
5626
5626
|
},
|
|
5627
5627
|
"justify-tracks": {
|
|
5628
|
-
"syntax": "[normal | <content-distribution> | <overflow-position>? [ <content-position> | left | right ] ]#",
|
|
5628
|
+
"syntax": "[ normal | <content-distribution> | <overflow-position>? [ <content-position> | left | right ] ]#",
|
|
5629
5629
|
"media": "visual",
|
|
5630
5630
|
"inherited": false,
|
|
5631
5631
|
"animationType": "discrete",
|
|
@@ -6370,7 +6370,7 @@
|
|
|
6370
6370
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/mask-type"
|
|
6371
6371
|
},
|
|
6372
6372
|
"masonry-auto-flow": {
|
|
6373
|
-
"syntax": "[ pack | next ] || [definite-first | ordered ]",
|
|
6373
|
+
"syntax": "[ pack | next ] || [ definite-first | ordered ]",
|
|
6374
6374
|
"media": "visual",
|
|
6375
6375
|
"inherited": false,
|
|
6376
6376
|
"animationType": "discrete",
|
package/l10n/index.js
ADDED
package/package.json
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mdn-data",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.14",
|
|
4
4
|
"description": "Open Web data by the Mozilla Developer Network",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|
|
7
|
+
"api/index.js",
|
|
7
8
|
"api/*.json",
|
|
9
|
+
"css/index.js",
|
|
8
10
|
"css/*.json",
|
|
11
|
+
"l10n/index.js",
|
|
9
12
|
"l10n/*.json"
|
|
10
13
|
],
|
|
11
14
|
"repository": {
|