prepare 0.4.12 (#104)
This commit is contained in:
Родитель
52ef9eadc0
Коммит
c008a80baa
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -286,6 +286,7 @@ module.exports = {
|
|||
'position-visibility': `There are times when an element’s anchors are not appropriate for positioning the element with, and it would be better to simply not display the element at all. position-visibility provides several conditions where this could be the case.`,
|
||||
'text-wrap-mode': `The text-wrap-mode CSS property controls whether the text inside an element is wrapped. The different values provide alternate ways of wrapping the content of a block element. It can also be set, and reset, using the {{CSSXRef("text-wrap")}} shorthand.`,
|
||||
'text-wrap-style': `The text-wrap-style CSS property controls how text inside an element is wrapped. The different values provide alternate ways of wrapping the content of a block element. It can also be set, and reset, using the {{CSSXRef("text-wrap")}} shorthand.`,
|
||||
'text-spacing-trim': `The text-spacing-trim CSS property controls the internal spacing set on Chinese/Japanese/Korean (CJK) punctuation characters between adjacent characters (kerning) and at the start or end of text lines.`,
|
||||
},
|
||||
pseudoSelectorDescriptions: {
|
||||
':defined': 'The :defined CSS pseudo-class represents any element that has been defined. This includes any standard element built in to the browser, and custom elements that have been successfully defined (i.e. with the CustomElementRegistry.define() method).',
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -1,28 +1,28 @@
|
|||
{
|
||||
"name": "@vscode/web-custom-data",
|
||||
"version": "0.4.11",
|
||||
"version": "0.4.12",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@vscode/web-custom-data",
|
||||
"version": "0.4.11",
|
||||
"version": "0.4.12",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@mdn/browser-compat-data": "^5.5.30",
|
||||
"mdn-data": "^2.8.0"
|
||||
"@mdn/browser-compat-data": "^5.5.48",
|
||||
"mdn-data": "^2.9.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@mdn/browser-compat-data": {
|
||||
"version": "5.5.30",
|
||||
"resolved": "https://registry.npmjs.org/@mdn/browser-compat-data/-/browser-compat-data-5.5.30.tgz",
|
||||
"integrity": "sha512-ahKPOhFXDDDKJnhcScp6h/QnRS0L0GK3tnqV+8HgMRJ9K4IXsQOsyC9AwRKbcM+WK896o+yyliU7OdASyIYERw==",
|
||||
"version": "5.5.48",
|
||||
"resolved": "https://registry.npmjs.org/@mdn/browser-compat-data/-/browser-compat-data-5.5.48.tgz",
|
||||
"integrity": "sha512-ddCsJkVKMfZJS4Ik7ekgoBjMPRdAb7p68+1VSRls3mUWJ2hknSAIOj2gBobRSd/8XdbIRYMsBEpJRl2jhB4sFg==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/mdn-data": {
|
||||
"version": "2.8.0",
|
||||
"resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.8.0.tgz",
|
||||
"integrity": "sha512-sez0u7AGXSY0LU2NKoHoMn2F2YAbHgDEXb91Wk2zAfTYsDoOqA4aJS+ZVIlk7ZdODBuOL0vhJ4yF57gMojXVbw==",
|
||||
"version": "2.9.0",
|
||||
"resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.9.0.tgz",
|
||||
"integrity": "sha512-mRKpwcgT19Mp/+kU3BAA8onXlmRCs+2pdLAcAQMVYw4yWzDZPmVLYfoDYkdR0y4jvNYRDJp0uIGJggwYk6WMRQ==",
|
||||
"dev": true
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@vscode/web-custom-data",
|
||||
"version": "0.4.11",
|
||||
"version": "0.4.12",
|
||||
"license": "MIT",
|
||||
"author": "Visual Studio Code Team",
|
||||
"repository": {
|
||||
|
@ -18,7 +18,7 @@
|
|||
"data/*"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@mdn/browser-compat-data": "^5.5.30",
|
||||
"mdn-data": "^2.8.0"
|
||||
"@mdn/browser-compat-data": "^5.5.48",
|
||||
"mdn-data": "^2.9.0"
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче