mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Merge branch 'master' into feature/insiders-ghost-pepper
This commit is contained in:
commit
44b8272dc9
10
CHANGELOG
10
CHANGELOG
@ -1,7 +1,15 @@
|
|||||||
|
mkdocs-material-7.3.6+insiders-3.2.3 (2021-11-20)
|
||||||
|
|
||||||
|
* Updated Swedish and French translations
|
||||||
|
* Removed support for .mermaid-experimental class (now .mermaid)
|
||||||
|
* Fixed #3202: Cookie consent not dismissable on file:// locations
|
||||||
|
* Fixed #3216: Cookie consent not dismissed when invoked via anchor
|
||||||
|
* Fixed #3232: Mermaid.js sometimes runs twice (race condition)
|
||||||
|
|
||||||
mkdocs-material-7.3.6+insiders-3.2.2 (2021-11-06)
|
mkdocs-material-7.3.6+insiders-3.2.2 (2021-11-06)
|
||||||
|
|
||||||
* Fixed always last feedback rating being sent
|
* Fixed always last feedback rating being sent
|
||||||
* Fixed #3145: code annotations eat whole comment lines
|
* Fixed #3145: Code annotations eat whole comment lines
|
||||||
* Fixed #3170: Feedback widget doesn't send data to GA4
|
* Fixed #3170: Feedback widget doesn't send data to GA4
|
||||||
|
|
||||||
mkdocs-material-7.3.6+insiders-3.2.1 (2021-11-04)
|
mkdocs-material-7.3.6+insiders-3.2.1 (2021-11-04)
|
||||||
|
@ -179,6 +179,7 @@ For other installation methods, configuration options, and a demo, visit
|
|||||||
[Arduino](https://arduino.github.io/arduino-cli/),
|
[Arduino](https://arduino.github.io/arduino-cli/),
|
||||||
[AutoKeras](https://autokeras.com/),
|
[AutoKeras](https://autokeras.com/),
|
||||||
[BFE](https://www.bfe-networks.net/),
|
[BFE](https://www.bfe-networks.net/),
|
||||||
|
[CentOS](https://docs.infra.centos.org/),
|
||||||
[Crystal](https://crystal-lang.org/reference/),
|
[Crystal](https://crystal-lang.org/reference/),
|
||||||
[Electron](https://www.electron.build/),
|
[Electron](https://www.electron.build/),
|
||||||
[FastAPI](https://fastapi.tiangolo.com/),
|
[FastAPI](https://fastapi.tiangolo.com/),
|
||||||
|
@ -6,10 +6,18 @@ template: overrides/main.html
|
|||||||
|
|
||||||
## Material for MkDocs Insiders
|
## Material for MkDocs Insiders
|
||||||
|
|
||||||
|
### 3.2.3 <small>_ November 20, 2021</small> { id="3.2.3" }
|
||||||
|
|
||||||
|
- Updated Swedish and French translations
|
||||||
|
- Removed support for `.mermaid-experimental` class (now `.mermaid`)
|
||||||
|
- Fixed #3202: Cookie consent not dismissable on `file://` locations
|
||||||
|
- Fixed #3216: Cookie consent not dismissed when invoked via anchor
|
||||||
|
- Fixed #3232: Mermaid.js sometimes runs twice (race condition)
|
||||||
|
|
||||||
### 3.2.2 <small>_ November 6, 2021</small> { id="3.2.2" }
|
### 3.2.2 <small>_ November 6, 2021</small> { id="3.2.2" }
|
||||||
|
|
||||||
- Fixed always last feedback rating being sent
|
- Fixed always last feedback rating being sent
|
||||||
- Fixed #3145: code annotations eat whole comment lines
|
- Fixed #3145: Code annotations eat whole comment lines
|
||||||
- Fixed #3170: Feedback widget doesn't send data to GA4
|
- Fixed #3170: Feedback widget doesn't send data to GA4
|
||||||
|
|
||||||
### 3.2.1 <small>_ November 4, 2021</small> { id="3.2.1" }
|
### 3.2.1 <small>_ November 4, 2021</small> { id="3.2.1" }
|
||||||
|
@ -222,7 +222,7 @@ are released for general availability.
|
|||||||
|
|
||||||
- [x] [Social cards]
|
- [x] [Social cards]
|
||||||
- [ ] Stay on page when switching languages
|
- [ ] Stay on page when switching languages
|
||||||
- [ ] Table of contents follows active anchor
|
- [ ] Sidebars automatically scroll to active item
|
||||||
|
|
||||||
[Social cards]: ../setup/setting-up-social-cards.md
|
[Social cards]: ../setup/setting-up-social-cards.md
|
||||||
|
|
||||||
|
File diff suppressed because one or more lines are too long
29
material/assets/javascripts/bundle.0cf2fc9f.min.js
vendored
Normal file
29
material/assets/javascripts/bundle.0cf2fc9f.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -184,7 +184,7 @@
|
|||||||
"base": base_url,
|
"base": base_url,
|
||||||
"features": features,
|
"features": features,
|
||||||
"translations": {},
|
"translations": {},
|
||||||
"search": "assets/javascripts/workers/search.01824240.min.js" | url
|
"search": "assets/javascripts/workers/search.4b3933ee.min.js" | url
|
||||||
} -%}
|
} -%}
|
||||||
{%- if config.extra.version -%}
|
{%- if config.extra.version -%}
|
||||||
{%- set _ = app.update({ "version": config.extra.version }) -%}
|
{%- set _ = app.update({ "version": config.extra.version }) -%}
|
||||||
@ -213,7 +213,7 @@
|
|||||||
</script>
|
</script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block scripts %}
|
{% block scripts %}
|
||||||
<script src="{{ 'assets/javascripts/bundle.054bf2ee.min.js' | url }}"></script>
|
<script src="{{ 'assets/javascripts/bundle.0cf2fc9f.min.js' | url }}"></script>
|
||||||
{% for path in config["extra_javascript"] %}
|
{% for path in config["extra_javascript"] %}
|
||||||
<script src="{{ path | url }}"></script>
|
<script src="{{ path | url }}"></script>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
@ -3,22 +3,37 @@
|
|||||||
-#}
|
-#}
|
||||||
{% macro t(key) %}{{ {
|
{% macro t(key) %}{{ {
|
||||||
"language": "it",
|
"language": "it",
|
||||||
|
"direction": "ltr",
|
||||||
"clipboard.copy": "Copia",
|
"clipboard.copy": "Copia",
|
||||||
"clipboard.copied": "Copiato",
|
"clipboard.copied": "Copiato",
|
||||||
"edit.link.title": "Modifica",
|
"edit.link.title": "Modifica",
|
||||||
"footer.previous": "Precedente",
|
"footer.previous": "Precedente",
|
||||||
"footer.next": "Prossimo",
|
"footer.next": "Prossimo",
|
||||||
|
"footer.title": "Piede",
|
||||||
|
"header.title": "Intestazione",
|
||||||
"meta.comments": "Commenti",
|
"meta.comments": "Commenti",
|
||||||
"meta.source": "Sorgente",
|
"meta.source": "Sorgente",
|
||||||
|
"nav.title": "Navigazione",
|
||||||
"search.config.lang": "it",
|
"search.config.lang": "it",
|
||||||
"search.placeholder": "Cerca",
|
"search.placeholder": "Cerca",
|
||||||
|
"search.share": "Condividi",
|
||||||
|
"search.reset": "Cancella",
|
||||||
|
"search.result.initializer": "Inizializza la ricerca",
|
||||||
"search.result.placeholder": "Scrivi per iniziare a cercare",
|
"search.result.placeholder": "Scrivi per iniziare a cercare",
|
||||||
"search.result.none": "Nessun documento trovato",
|
"search.result.none": "Nessun documento trovato",
|
||||||
"search.result.one": "1 documento trovato",
|
"search.result.one": "1 documento trovato",
|
||||||
"search.result.other": "# documenti trovati",
|
"search.result.other": "# documenti trovati",
|
||||||
|
"search.result.more.one": "1 altro in questa pagina",
|
||||||
|
"search.result.more.other": "# altri in questa pagina",
|
||||||
|
"search.result.term.missing": "Non presente",
|
||||||
|
"search.title": "Cerca",
|
||||||
|
"select.language.title": "Seleziona la lingua",
|
||||||
|
"select.version.title": "Seleziona la versione",
|
||||||
"skip.link.title": "Vai al contenuto",
|
"skip.link.title": "Vai al contenuto",
|
||||||
"source.link.title": "Apri repository",
|
"source.link.title": "Apri repository",
|
||||||
"source.file.date.updated": "Ultimo aggiornamento",
|
"source.file.date.updated": "Ultimo aggiornamento",
|
||||||
"source.file.date.created": "Creata",
|
"source.file.date.created": "Creata",
|
||||||
"toc.title": "Indice"
|
"tabs.title": "Tabs",
|
||||||
|
"toc.title": "Indice",
|
||||||
|
"top.title": "Torna su"
|
||||||
}[key] }}{% endmacro %}
|
}[key] }}{% endmacro %}
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
"nav.title": "Navigation",
|
"nav.title": "Navigation",
|
||||||
"search.config.lang": "sv",
|
"search.config.lang": "sv",
|
||||||
"search.placeholder": "Sök",
|
"search.placeholder": "Sök",
|
||||||
|
"search.share": "Dela",
|
||||||
"search.reset": "Rensa",
|
"search.reset": "Rensa",
|
||||||
"search.result.initializer": "Initialiserar sök",
|
"search.result.initializer": "Initialiserar sök",
|
||||||
"search.result.placeholder": "Skriv sökord",
|
"search.result.placeholder": "Skriv sökord",
|
||||||
@ -24,10 +25,14 @@
|
|||||||
"search.result.more.one": "1 till på denna sidan",
|
"search.result.more.one": "1 till på denna sidan",
|
||||||
"search.result.more.other": "# till på denna sidan",
|
"search.result.more.other": "# till på denna sidan",
|
||||||
"search.result.term.missing": "Saknas",
|
"search.result.term.missing": "Saknas",
|
||||||
|
"search.title": "Sök",
|
||||||
|
"select.language.title": "Välj språk",
|
||||||
|
"select.version.title": "Välj version",
|
||||||
"skip.link.title": "Gå till innehållet",
|
"skip.link.title": "Gå till innehållet",
|
||||||
"source.link.title": "Gå till datakatalog",
|
"source.link.title": "Gå till datakatalog",
|
||||||
"source.file.date.updated": "Senaste uppdateringen",
|
"source.file.date.updated": "Senaste uppdaterad",
|
||||||
"source.file.date.created": "Skapad",
|
"source.file.date.created": "Skapad",
|
||||||
"tabs.title": "Flikar",
|
"tabs.title": "Flikar",
|
||||||
"toc.title": "Innehållsförteckning"
|
"toc.title": "Innehållsförteckning"
|
||||||
|
"top.title": "Tillbaka till toppen"
|
||||||
}[key] }}{% endmacro %}
|
}[key] }}{% endmacro %}
|
||||||
|
@ -3,25 +3,39 @@
|
|||||||
-#}
|
-#}
|
||||||
{% macro t(key) %}{{ {
|
{% macro t(key) %}{{ {
|
||||||
"language": "zh",
|
"language": "zh",
|
||||||
|
"direction": "ltr",
|
||||||
"clipboard.copy": "复制",
|
"clipboard.copy": "复制",
|
||||||
"clipboard.copied": "已复制",
|
"clipboard.copied": "已复制",
|
||||||
"edit.link.title": "编辑此页",
|
"edit.link.title": "编辑此页",
|
||||||
"footer.previous": "上一页",
|
"footer.previous": "上一页",
|
||||||
"footer.next": "下一页",
|
"footer.next": "下一页",
|
||||||
|
"footer.title": "页脚",
|
||||||
|
"header.title": "页眉",
|
||||||
"meta.comments": "评论",
|
"meta.comments": "评论",
|
||||||
"meta.source": "来源",
|
"meta.source": "来源",
|
||||||
|
"nav.title": "导航栏",
|
||||||
"search.config.lang": "ja",
|
"search.config.lang": "ja",
|
||||||
"search.config.pipeline": "trimmer, stemmer",
|
"search.config.pipeline": "trimmer, stemmer",
|
||||||
"search.config.separator": "[\,\。]+",
|
"search.config.separator": "[\,\。]+",
|
||||||
"search.placeholder": "搜索",
|
"search.placeholder": "搜索",
|
||||||
|
"search.share": "分享",
|
||||||
|
"search.reset": "清空当前内容",
|
||||||
"search.result.initializer": "正在初始化搜索引擎",
|
"search.result.initializer": "正在初始化搜索引擎",
|
||||||
"search.result.placeholder": "键入以开始搜索",
|
"search.result.placeholder": "键入以开始搜索",
|
||||||
"search.result.none": "没有找到符合条件的结果",
|
"search.result.none": "没有找到符合条件的结果",
|
||||||
"search.result.one": "找到 1 个符合条件的结果",
|
"search.result.one": "找到 1 个符合条件的结果",
|
||||||
"search.result.other": "# 个符合条件的结果",
|
"search.result.other": "# 个符合条件的结果",
|
||||||
|
"search.result.more.one": "在该页上还有 1 个符合条件的结果",
|
||||||
|
"search.result.more.other": "在该页上还有 # 个符合条件的结果",
|
||||||
|
"search.result.term.missing": "缺少",
|
||||||
|
"search.title": "查找",
|
||||||
|
"select.language.title": "选择当前语言",
|
||||||
|
"select.version.title": "选择当前版本",
|
||||||
"skip.link.title": "跳转至",
|
"skip.link.title": "跳转至",
|
||||||
"source.link.title": "前往仓库",
|
"source.link.title": "前往仓库",
|
||||||
"source.file.date.updated": "最后更新",
|
"source.file.date.updated": "最后更新",
|
||||||
"source.file.date.created": "创建日期",
|
"source.file.date.created": "创建日期",
|
||||||
"toc.title": "目录"
|
"tabs.title": "标签",
|
||||||
|
"toc.title": "目录",
|
||||||
|
"top.title": "回到页面顶部"
|
||||||
}[key] }}{% endmacro %}
|
}[key] }}{% endmacro %}
|
||||||
|
212
package-lock.json
generated
212
package-lock.json
generated
@ -748,9 +748,9 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"@types/node": {
|
"@types/node": {
|
||||||
"version": "16.11.9",
|
"version": "16.11.10",
|
||||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.9.tgz",
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.10.tgz",
|
||||||
"integrity": "sha512-MKmdASMf3LtPzwLyRrFjtFFZ48cMf8jmX5VRYrDQiJa8Ybu5VAmkqBWqKU8fdCwD8ysw4mQ9nrEHvzg6gunR7A==",
|
"integrity": "sha512-3aRnHa1KlOEEhJ6+CvyHKK5vE9BcLGjtUpwvqYLRvYNQKMfabu3BwfJaA/SLW8dxe28LsNDjtHwePTuzn3gmOA==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"@types/normalize-package-data": {
|
"@types/normalize-package-data": {
|
||||||
@ -778,9 +778,9 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"@types/sass": {
|
"@types/sass": {
|
||||||
"version": "1.43.0",
|
"version": "1.43.1",
|
||||||
"resolved": "https://registry.npmjs.org/@types/sass/-/sass-1.43.0.tgz",
|
"resolved": "https://registry.npmjs.org/@types/sass/-/sass-1.43.1.tgz",
|
||||||
"integrity": "sha512-DPSXNJ1rYLo88GyF9tuB4bsYGfpKI1a4+wOQmc+LI1SUoocm9QLRSpz0GxxuyjmJsYFIQo/dDlRSSpIXngff+w==",
|
"integrity": "sha512-BPdoIt1lfJ6B7rw35ncdwBZrAssjcwzI5LByIrYs+tpXlj/CAkuVdRsgZDdP4lq5EjyWzwxZCqAoFyHKFwp32g==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@types/node": "*"
|
"@types/node": "*"
|
||||||
@ -2263,21 +2263,21 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"cssnano": {
|
"cssnano": {
|
||||||
"version": "5.0.11",
|
"version": "5.0.12",
|
||||||
"resolved": "https://registry.npmjs.org/cssnano/-/cssnano-5.0.11.tgz",
|
"resolved": "https://registry.npmjs.org/cssnano/-/cssnano-5.0.12.tgz",
|
||||||
"integrity": "sha512-5SHM31NAAe29jvy0MJqK40zZ/8dGlnlzcfHKw00bWMVFp8LWqtuyPSFwbaoIoxvt71KWJOfg8HMRGrBR3PExCg==",
|
"integrity": "sha512-U38V4x2iJ3ijPdeWqUrEr4eKBB5PbEKsNP5T8xcik2Au3LeMtiMHX0i2Hu9k51FcKofNZumbrcdC6+a521IUHg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"cssnano-preset-default": "^5.1.7",
|
"cssnano-preset-default": "^5.1.8",
|
||||||
"is-resolvable": "^1.1.0",
|
"is-resolvable": "^1.1.0",
|
||||||
"lilconfig": "^2.0.3",
|
"lilconfig": "^2.0.3",
|
||||||
"yaml": "^1.10.2"
|
"yaml": "^1.10.2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"cssnano-preset-default": {
|
"cssnano-preset-default": {
|
||||||
"version": "5.1.7",
|
"version": "5.1.8",
|
||||||
"resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-5.1.7.tgz",
|
"resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-5.1.8.tgz",
|
||||||
"integrity": "sha512-bWDjtTY+BOqrqBtsSQIbN0RLGD2Yr2CnecpP0ydHNafh9ZUEre8c8VYTaH9FEbyOt0eIfEUAYYk5zj92ioO8LA==",
|
"integrity": "sha512-zWMlP0+AMPBVE852SqTrP0DnhTcTA2C1wAF92TKZ3Va+aUVqLIhkqKlnJIXXdqXD7RN+S1ujuWmNpvrJBiM/vg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"css-declaration-sorter": "^6.0.3",
|
"css-declaration-sorter": "^6.0.3",
|
||||||
@ -2305,7 +2305,7 @@
|
|||||||
"postcss-normalize-url": "^5.0.3",
|
"postcss-normalize-url": "^5.0.3",
|
||||||
"postcss-normalize-whitespace": "^5.0.1",
|
"postcss-normalize-whitespace": "^5.0.1",
|
||||||
"postcss-ordered-values": "^5.0.2",
|
"postcss-ordered-values": "^5.0.2",
|
||||||
"postcss-reduce-initial": "^5.0.1",
|
"postcss-reduce-initial": "^5.0.2",
|
||||||
"postcss-reduce-transforms": "^5.0.1",
|
"postcss-reduce-transforms": "^5.0.1",
|
||||||
"postcss-svgo": "^5.0.3",
|
"postcss-svgo": "^5.0.3",
|
||||||
"postcss-unique-selectors": "^5.0.2"
|
"postcss-unique-selectors": "^5.0.2"
|
||||||
@ -2676,146 +2676,146 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"esbuild": {
|
"esbuild": {
|
||||||
"version": "0.13.15",
|
"version": "0.14.0",
|
||||||
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.13.15.tgz",
|
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.14.0.tgz",
|
||||||
"integrity": "sha512-raCxt02HBKv8RJxE8vkTSCXGIyKHdEdGfUmiYb8wnabnaEmHzyW7DCHb5tEN0xU8ryqg5xw54mcwnYkC4x3AIw==",
|
"integrity": "sha512-UOnSKRAyZondxdLrOXnI/mesUmU/GvDTcajCvxoIaObzMeQcn0HyoGtvbfATnazlx799ZqFSyIZGLXFszkjy3A==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"esbuild-android-arm64": "0.13.15",
|
"esbuild-android-arm64": "0.14.0",
|
||||||
"esbuild-darwin-64": "0.13.15",
|
"esbuild-darwin-64": "0.14.0",
|
||||||
"esbuild-darwin-arm64": "0.13.15",
|
"esbuild-darwin-arm64": "0.14.0",
|
||||||
"esbuild-freebsd-64": "0.13.15",
|
"esbuild-freebsd-64": "0.14.0",
|
||||||
"esbuild-freebsd-arm64": "0.13.15",
|
"esbuild-freebsd-arm64": "0.14.0",
|
||||||
"esbuild-linux-32": "0.13.15",
|
"esbuild-linux-32": "0.14.0",
|
||||||
"esbuild-linux-64": "0.13.15",
|
"esbuild-linux-64": "0.14.0",
|
||||||
"esbuild-linux-arm": "0.13.15",
|
"esbuild-linux-arm": "0.14.0",
|
||||||
"esbuild-linux-arm64": "0.13.15",
|
"esbuild-linux-arm64": "0.14.0",
|
||||||
"esbuild-linux-mips64le": "0.13.15",
|
"esbuild-linux-mips64le": "0.14.0",
|
||||||
"esbuild-linux-ppc64le": "0.13.15",
|
"esbuild-linux-ppc64le": "0.14.0",
|
||||||
"esbuild-netbsd-64": "0.13.15",
|
"esbuild-netbsd-64": "0.14.0",
|
||||||
"esbuild-openbsd-64": "0.13.15",
|
"esbuild-openbsd-64": "0.14.0",
|
||||||
"esbuild-sunos-64": "0.13.15",
|
"esbuild-sunos-64": "0.14.0",
|
||||||
"esbuild-windows-32": "0.13.15",
|
"esbuild-windows-32": "0.14.0",
|
||||||
"esbuild-windows-64": "0.13.15",
|
"esbuild-windows-64": "0.14.0",
|
||||||
"esbuild-windows-arm64": "0.13.15"
|
"esbuild-windows-arm64": "0.14.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"esbuild-android-arm64": {
|
"esbuild-android-arm64": {
|
||||||
"version": "0.13.15",
|
"version": "0.14.0",
|
||||||
"resolved": "https://registry.npmjs.org/esbuild-android-arm64/-/esbuild-android-arm64-0.13.15.tgz",
|
"resolved": "https://registry.npmjs.org/esbuild-android-arm64/-/esbuild-android-arm64-0.14.0.tgz",
|
||||||
"integrity": "sha512-m602nft/XXeO8YQPUDVoHfjyRVPdPgjyyXOxZ44MK/agewFFkPa8tUo6lAzSWh5Ui5PB4KR9UIFTSBKh/RrCmg==",
|
"integrity": "sha512-X7BjFiRRNfxPNg1aT5zw4xK1vbvX2IvDPcEp4bv0CEXgR39UzuOMUsQoG92aZgj8JGs8jxQAZc8k9dVJ1WL2BA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
"esbuild-darwin-64": {
|
"esbuild-darwin-64": {
|
||||||
"version": "0.13.15",
|
"version": "0.14.0",
|
||||||
"resolved": "https://registry.npmjs.org/esbuild-darwin-64/-/esbuild-darwin-64-0.13.15.tgz",
|
"resolved": "https://registry.npmjs.org/esbuild-darwin-64/-/esbuild-darwin-64-0.14.0.tgz",
|
||||||
"integrity": "sha512-ihOQRGs2yyp7t5bArCwnvn2Atr6X4axqPpEdCFPVp7iUj4cVSdisgvEKdNR7yH3JDjW6aQDw40iQFoTqejqxvQ==",
|
"integrity": "sha512-43vtt407jMp1kEXiaY0dEIGjOREax9F1+qMI0+F9tJyr06EHAofnbLL6cTmLgdPy/pMhltSvOJ8EddJrrOBgpQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
"esbuild-darwin-arm64": {
|
"esbuild-darwin-arm64": {
|
||||||
"version": "0.13.15",
|
"version": "0.14.0",
|
||||||
"resolved": "https://registry.npmjs.org/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.13.15.tgz",
|
"resolved": "https://registry.npmjs.org/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.14.0.tgz",
|
||||||
"integrity": "sha512-i1FZssTVxUqNlJ6cBTj5YQj4imWy3m49RZRnHhLpefFIh0To05ow9DTrXROTE1urGTQCloFUXTX8QfGJy1P8dQ==",
|
"integrity": "sha512-hMbT5YiBrFL763mnwR9BqNtq9XtJgJRxYs7Ad++KUd+ZhMoVE0Rs/YLe1oor9uBGhHLqQsZuJ2dUHjCsfT/iDg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
"esbuild-freebsd-64": {
|
"esbuild-freebsd-64": {
|
||||||
"version": "0.13.15",
|
"version": "0.14.0",
|
||||||
"resolved": "https://registry.npmjs.org/esbuild-freebsd-64/-/esbuild-freebsd-64-0.13.15.tgz",
|
"resolved": "https://registry.npmjs.org/esbuild-freebsd-64/-/esbuild-freebsd-64-0.14.0.tgz",
|
||||||
"integrity": "sha512-G3dLBXUI6lC6Z09/x+WtXBXbOYQZ0E8TDBqvn7aMaOCzryJs8LyVXKY4CPnHFXZAbSwkCbqiPuSQ1+HhrNk7EA==",
|
"integrity": "sha512-mx68HRYIZo6ZiHbWk5Md+mDJoDw779yWkJQAaBnXwOkGbDeA3JmPZjp6IPfy2P+n3emK9z6g4pKiebp1tQGVoQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
"esbuild-freebsd-arm64": {
|
"esbuild-freebsd-arm64": {
|
||||||
"version": "0.13.15",
|
"version": "0.14.0",
|
||||||
"resolved": "https://registry.npmjs.org/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.13.15.tgz",
|
"resolved": "https://registry.npmjs.org/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.14.0.tgz",
|
||||||
"integrity": "sha512-KJx0fzEDf1uhNOZQStV4ujg30WlnwqUASaGSFPhznLM/bbheu9HhqZ6mJJZM32lkyfGJikw0jg7v3S0oAvtvQQ==",
|
"integrity": "sha512-iM8u+zTagh0WGn2FTTxi7DII/ycVzYyuf2Df6eP2ZX+vlx2FjaduhagRkpyhjfmEyhfJOrYSAR5R1biNPcA+VA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
"esbuild-linux-32": {
|
"esbuild-linux-32": {
|
||||||
"version": "0.13.15",
|
"version": "0.14.0",
|
||||||
"resolved": "https://registry.npmjs.org/esbuild-linux-32/-/esbuild-linux-32-0.13.15.tgz",
|
"resolved": "https://registry.npmjs.org/esbuild-linux-32/-/esbuild-linux-32-0.14.0.tgz",
|
||||||
"integrity": "sha512-ZvTBPk0YWCLMCXiFmD5EUtB30zIPvC5Itxz0mdTu/xZBbbHJftQgLWY49wEPSn2T/TxahYCRDWun5smRa0Tu+g==",
|
"integrity": "sha512-dWHotI2qlXWZyza7n85UubBj0asjpM7FTtQYDaRQKxoCJpCnSzq3aD55IJthiggZHXj2tAML9Bc5xjVLsBJR0w==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
"esbuild-linux-64": {
|
"esbuild-linux-64": {
|
||||||
"version": "0.13.15",
|
"version": "0.14.0",
|
||||||
"resolved": "https://registry.npmjs.org/esbuild-linux-64/-/esbuild-linux-64-0.13.15.tgz",
|
"resolved": "https://registry.npmjs.org/esbuild-linux-64/-/esbuild-linux-64-0.14.0.tgz",
|
||||||
"integrity": "sha512-eCKzkNSLywNeQTRBxJRQ0jxRCl2YWdMB3+PkWFo2BBQYC5mISLIVIjThNtn6HUNqua1pnvgP5xX0nHbZbPj5oA==",
|
"integrity": "sha512-7buo31kp1/yKWPm9vU44FEUwkeIROrIgnCDV9KLMLSbOjGEHBZXYJ2L0p4ZnB7Z+m5YiW7F/AfJu0/1E87nOeQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
"esbuild-linux-arm": {
|
"esbuild-linux-arm": {
|
||||||
"version": "0.13.15",
|
"version": "0.14.0",
|
||||||
"resolved": "https://registry.npmjs.org/esbuild-linux-arm/-/esbuild-linux-arm-0.13.15.tgz",
|
"resolved": "https://registry.npmjs.org/esbuild-linux-arm/-/esbuild-linux-arm-0.14.0.tgz",
|
||||||
"integrity": "sha512-wUHttDi/ol0tD8ZgUMDH8Ef7IbDX+/UsWJOXaAyTdkT7Yy9ZBqPg8bgB/Dn3CZ9SBpNieozrPRHm0BGww7W/jA==",
|
"integrity": "sha512-fgybXQwPRT4Io01+aD+yphcLOLRVGqbSdhvaDK3qBwqUvspFsq4QkI7PeeYpuQdBZWiRKLoi9v5r90l7JO/s+g==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
"esbuild-linux-arm64": {
|
"esbuild-linux-arm64": {
|
||||||
"version": "0.13.15",
|
"version": "0.14.0",
|
||||||
"resolved": "https://registry.npmjs.org/esbuild-linux-arm64/-/esbuild-linux-arm64-0.13.15.tgz",
|
"resolved": "https://registry.npmjs.org/esbuild-linux-arm64/-/esbuild-linux-arm64-0.14.0.tgz",
|
||||||
"integrity": "sha512-bYpuUlN6qYU9slzr/ltyLTR9YTBS7qUDymO8SV7kjeNext61OdmqFAzuVZom+OLW1HPHseBfJ/JfdSlx8oTUoA==",
|
"integrity": "sha512-9LBtCH2RkhDBwoAYksTtXljN6hlxxoL6a3ymNfXJG9JxFUQddOfhajXZdObFn/hgGkAFwx8dXqw+FnPm0FCzSg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
"esbuild-linux-mips64le": {
|
"esbuild-linux-mips64le": {
|
||||||
"version": "0.13.15",
|
"version": "0.14.0",
|
||||||
"resolved": "https://registry.npmjs.org/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.13.15.tgz",
|
"resolved": "https://registry.npmjs.org/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.14.0.tgz",
|
||||||
"integrity": "sha512-KlVjIG828uFPyJkO/8gKwy9RbXhCEUeFsCGOJBepUlpa7G8/SeZgncUEz/tOOUJTcWMTmFMtdd3GElGyAtbSWg==",
|
"integrity": "sha512-Xz7soOqWeCWcLp15biPM08To+s0k1E/2q0pQZNQ+SY9S5H2vU4ujDXqKjxFc24G9CrOeUNEOXTkh+JldBGbTCA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
"esbuild-linux-ppc64le": {
|
"esbuild-linux-ppc64le": {
|
||||||
"version": "0.13.15",
|
"version": "0.14.0",
|
||||||
"resolved": "https://registry.npmjs.org/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.13.15.tgz",
|
"resolved": "https://registry.npmjs.org/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.14.0.tgz",
|
||||||
"integrity": "sha512-h6gYF+OsaqEuBjeesTBtUPw0bmiDu7eAeuc2OEH9S6mV9/jPhPdhOWzdeshb0BskRZxPhxPOjqZ+/OqLcxQwEQ==",
|
"integrity": "sha512-fuBXTyUaZKxpmp43Nf0M1uI1OmZv/COcME9PG7NQ/EniwC680Xj5xQFhEBDVnvQQ+6xOnXdfPSojJq7gQxrORQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
"esbuild-netbsd-64": {
|
"esbuild-netbsd-64": {
|
||||||
"version": "0.13.15",
|
"version": "0.14.0",
|
||||||
"resolved": "https://registry.npmjs.org/esbuild-netbsd-64/-/esbuild-netbsd-64-0.13.15.tgz",
|
"resolved": "https://registry.npmjs.org/esbuild-netbsd-64/-/esbuild-netbsd-64-0.14.0.tgz",
|
||||||
"integrity": "sha512-3+yE9emwoevLMyvu+iR3rsa+Xwhie7ZEHMGDQ6dkqP/ndFzRHkobHUKTe+NCApSqG5ce2z4rFu+NX/UHnxlh3w==",
|
"integrity": "sha512-pQaECTKr/iCXtn1qjwih+cvoZzbZ+P3NwLQo4uo/IesklbPTR5eF4d85L1vPFVgff+itBMxbbB7aoRznSglN3A==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
"esbuild-openbsd-64": {
|
"esbuild-openbsd-64": {
|
||||||
"version": "0.13.15",
|
"version": "0.14.0",
|
||||||
"resolved": "https://registry.npmjs.org/esbuild-openbsd-64/-/esbuild-openbsd-64-0.13.15.tgz",
|
"resolved": "https://registry.npmjs.org/esbuild-openbsd-64/-/esbuild-openbsd-64-0.14.0.tgz",
|
||||||
"integrity": "sha512-wTfvtwYJYAFL1fSs8yHIdf5GEE4NkbtbXtjLWjM3Cw8mmQKqsg8kTiqJ9NJQe5NX/5Qlo7Xd9r1yKMMkHllp5g==",
|
"integrity": "sha512-HiaqQX9HMb9u3eYvKZ86+m/paQwASJSIjXiRTFpFusypjtU2NJqWb/LiRvhfmwC6rb7YHwCSPx+juSM7M+20bA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
"esbuild-sunos-64": {
|
"esbuild-sunos-64": {
|
||||||
"version": "0.13.15",
|
"version": "0.14.0",
|
||||||
"resolved": "https://registry.npmjs.org/esbuild-sunos-64/-/esbuild-sunos-64-0.13.15.tgz",
|
"resolved": "https://registry.npmjs.org/esbuild-sunos-64/-/esbuild-sunos-64-0.14.0.tgz",
|
||||||
"integrity": "sha512-lbivT9Bx3t1iWWrSnGyBP9ODriEvWDRiweAs69vI+miJoeKwHWOComSRukttbuzjZ8r1q0mQJ8Z7yUsDJ3hKdw==",
|
"integrity": "sha512-TkMQOSiSU3fHLV3M+OKUgLZt5L7TpcBcMRvtFw1cTxAnX8eT+1qkWVLiDM8ow1C3P7PW3bkGY3LW8vOs8o/jBA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
"esbuild-windows-32": {
|
"esbuild-windows-32": {
|
||||||
"version": "0.13.15",
|
"version": "0.14.0",
|
||||||
"resolved": "https://registry.npmjs.org/esbuild-windows-32/-/esbuild-windows-32-0.13.15.tgz",
|
"resolved": "https://registry.npmjs.org/esbuild-windows-32/-/esbuild-windows-32-0.14.0.tgz",
|
||||||
"integrity": "sha512-fDMEf2g3SsJ599MBr50cY5ve5lP1wyVwTe6aLJsM01KtxyKkB4UT+fc5MXQFn3RLrAIAZOG+tHC+yXObpSn7Nw==",
|
"integrity": "sha512-0h7E50JHgyLd7TkqSIH0VzBhngWspxPHuq/crDAMnh4s4tW8zWCMLIz2c1HVwHfZsh7d5+C4/yBaQeJTHXGvIA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
"esbuild-windows-64": {
|
"esbuild-windows-64": {
|
||||||
"version": "0.13.15",
|
"version": "0.14.0",
|
||||||
"resolved": "https://registry.npmjs.org/esbuild-windows-64/-/esbuild-windows-64-0.13.15.tgz",
|
"resolved": "https://registry.npmjs.org/esbuild-windows-64/-/esbuild-windows-64-0.14.0.tgz",
|
||||||
"integrity": "sha512-9aMsPRGDWCd3bGjUIKG/ZOJPKsiztlxl/Q3C1XDswO6eNX/Jtwu4M+jb6YDH9hRSUflQWX0XKAfWzgy5Wk54JQ==",
|
"integrity": "sha512-RxnovPOoQS5Id4mbdIUm96L0GIg+ZME4FthbErw1kZZabLi9eLp1gR3vSwkZXKbK8Z76uDkSW0EN74i1XWVpiQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
"esbuild-windows-arm64": {
|
"esbuild-windows-arm64": {
|
||||||
"version": "0.13.15",
|
"version": "0.14.0",
|
||||||
"resolved": "https://registry.npmjs.org/esbuild-windows-arm64/-/esbuild-windows-arm64-0.13.15.tgz",
|
"resolved": "https://registry.npmjs.org/esbuild-windows-arm64/-/esbuild-windows-arm64-0.14.0.tgz",
|
||||||
"integrity": "sha512-zzvyCVVpbwQQATaf3IG8mu1IwGEiDxKkYUdA4FpoCHi1KtPa13jeScYDjlW0Qh+ebWzpKfR2ZwvqAQkSWNcKjA==",
|
"integrity": "sha512-66KsVlT6lGDWgDKQsAlojxgUhZkkjVeosMVRdb913OwtcOjszceg6zFD748jzp9CUgAseHCNJqFmYOyBzneSEQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
@ -6384,22 +6384,14 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"postcss": {
|
"postcss": {
|
||||||
"version": "8.3.11",
|
"version": "8.4.4",
|
||||||
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.11.tgz",
|
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.4.tgz",
|
||||||
"integrity": "sha512-hCmlUAIlUiav8Xdqw3Io4LcpA1DOt7h3LSTAC4G6JGHFFaWzI6qvFt9oilvl8BmkbBRX1IhM90ZAmpk68zccQA==",
|
"integrity": "sha512-joU6fBsN6EIer28Lj6GDFoC/5yOZzLCfn0zHAn/MYXI7aPt4m4hK5KC5ovEZXy+lnCjmYIbQWngvju2ddyEr8Q==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"nanoid": "^3.1.30",
|
"nanoid": "^3.1.30",
|
||||||
"picocolors": "^1.0.0",
|
"picocolors": "^1.0.0",
|
||||||
"source-map-js": "^0.6.2"
|
"source-map-js": "^1.0.1"
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"picocolors": {
|
|
||||||
"version": "1.0.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
|
|
||||||
"integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==",
|
|
||||||
"dev": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"postcss-calc": {
|
"postcss-calc": {
|
||||||
@ -6900,12 +6892,12 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"postcss-reduce-initial": {
|
"postcss-reduce-initial": {
|
||||||
"version": "5.0.1",
|
"version": "5.0.2",
|
||||||
"resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-5.0.1.tgz",
|
"resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-5.0.2.tgz",
|
||||||
"integrity": "sha512-zlCZPKLLTMAqA3ZWH57HlbCjkD55LX9dsRyxlls+wfuRfqCi5mSlZVan0heX5cHr154Dq9AfbH70LyhrSAezJw==",
|
"integrity": "sha512-v/kbAAQ+S1V5v9TJvbGkV98V2ERPdU6XvMcKMjqAlYiJ2NtsHGlKYLPjWWcXlaTKNxooId7BGxeraK8qXvzKtw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"browserslist": "^4.16.0",
|
"browserslist": "^4.16.6",
|
||||||
"caniuse-api": "^3.0.0"
|
"caniuse-api": "^3.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -7098,9 +7090,9 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"preact": {
|
"preact": {
|
||||||
"version": "10.5.15",
|
"version": "10.6.1",
|
||||||
"resolved": "https://registry.npmjs.org/preact/-/preact-10.5.15.tgz",
|
"resolved": "https://registry.npmjs.org/preact/-/preact-10.6.1.tgz",
|
||||||
"integrity": "sha512-5chK29n6QcJc3m1lVrKQSQ+V7K1Gb8HeQY6FViQ5AxCAEGu3DaHffWNDkC9+miZgsLvbvU9rxbV1qinGHMHzqA==",
|
"integrity": "sha512-ydCg+ISIq70vqiThvNWStZWLRjR9U2awP/JAmGdWUKm9+Tyuy+MqVdAIyEByeIspAVtD4GWC/SJtxO8XD4knVA==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"prelude-ls": {
|
"prelude-ls": {
|
||||||
@ -7613,9 +7605,9 @@
|
|||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
"sass": {
|
"sass": {
|
||||||
"version": "1.43.4",
|
"version": "1.43.5",
|
||||||
"resolved": "https://registry.npmjs.org/sass/-/sass-1.43.4.tgz",
|
"resolved": "https://registry.npmjs.org/sass/-/sass-1.43.5.tgz",
|
||||||
"integrity": "sha512-/ptG7KE9lxpGSYiXn7Ar+lKOv37xfWsZRtFYal2QHNigyVQDx685VFT/h7ejVr+R8w7H4tmUgtulsKl5YpveOg==",
|
"integrity": "sha512-WuNm+eAryMgQluL7Mbq9M4EruyGGMyal7Lu58FfnRMVWxgUzIvI7aSn60iNt3kn5yZBMR7G84fAGDcwqOF5JOg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"chokidar": ">=3.0.0 <4.0.0"
|
"chokidar": ">=3.0.0 <4.0.0"
|
||||||
@ -7942,9 +7934,9 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"source-map-js": {
|
"source-map-js": {
|
||||||
"version": "0.6.2",
|
"version": "1.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-0.6.2.tgz",
|
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.1.tgz",
|
||||||
"integrity": "sha512-/3GptzWzu0+0MBQFrDKzw/DvvMTUORvgY6k6jd/VS6iCR4RDTKWH6v6WPwQoUO8667uQEf9Oe38DxAYWY5F/Ug==",
|
"integrity": "sha512-4+TN2b3tqOCd/kaGRJ/sTYA0tR0mdXx26ipdolxcwtJVqEnqNYvlCAt1q3ypy4QMlYus+Zh34RNtYLoq2oQ4IA==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"source-map-resolve": {
|
"source-map-resolve": {
|
||||||
|
14
package.json
14
package.json
@ -55,15 +55,15 @@
|
|||||||
"@types/fuzzaldrin-plus": "^0.6.2",
|
"@types/fuzzaldrin-plus": "^0.6.2",
|
||||||
"@types/html-minifier": "^4.0.1",
|
"@types/html-minifier": "^4.0.1",
|
||||||
"@types/lunr": "^2.3.4",
|
"@types/lunr": "^2.3.4",
|
||||||
"@types/node": "^16.11.9",
|
"@types/node": "^16.11.10",
|
||||||
"@types/resize-observer-browser": "^0.1.6",
|
"@types/resize-observer-browser": "^0.1.6",
|
||||||
"@types/sass": "^1.43.0",
|
"@types/sass": "^1.43.1",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.4.0",
|
"@typescript-eslint/eslint-plugin": "^5.4.0",
|
||||||
"@typescript-eslint/parser": "^5.4.0",
|
"@typescript-eslint/parser": "^5.4.0",
|
||||||
"autoprefixer": "^10.4.0",
|
"autoprefixer": "^10.4.0",
|
||||||
"chokidar": "^3.5.2",
|
"chokidar": "^3.5.2",
|
||||||
"cssnano": "^5.0.11",
|
"cssnano": "^5.0.12",
|
||||||
"esbuild": "^0.13.15",
|
"esbuild": "^0.14.0",
|
||||||
"eslint": "^8.3.0",
|
"eslint": "^8.3.0",
|
||||||
"eslint-plugin-eslint-comments": "^3.2.0",
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
||||||
"eslint-plugin-import": "^2.25.3",
|
"eslint-plugin-import": "^2.25.3",
|
||||||
@ -76,11 +76,11 @@
|
|||||||
"material-shadows": "^3.0.1",
|
"material-shadows": "^3.0.1",
|
||||||
"npm-check-updates": "^12.0.2",
|
"npm-check-updates": "^12.0.2",
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
"postcss": "^8.3.11",
|
"postcss": "^8.4.4",
|
||||||
"postcss-inline-svg": "^5.0.0",
|
"postcss-inline-svg": "^5.0.0",
|
||||||
"preact": "^10.5.15",
|
"preact": "^10.6.1",
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
"sass": "^1.43.4",
|
"sass": "^1.43.5",
|
||||||
"stylelint": "^14.1.0",
|
"stylelint": "^14.1.0",
|
||||||
"stylelint-config-rational-order": "^0.1.2",
|
"stylelint-config-rational-order": "^0.1.2",
|
||||||
"stylelint-config-recommended": "^6.0.0",
|
"stylelint-config-recommended": "^6.0.0",
|
||||||
|
@ -23,22 +23,37 @@
|
|||||||
<!-- Translations: Italian -->
|
<!-- Translations: Italian -->
|
||||||
{% macro t(key) %}{{ {
|
{% macro t(key) %}{{ {
|
||||||
"language": "it",
|
"language": "it",
|
||||||
|
"direction": "ltr",
|
||||||
"clipboard.copy": "Copia",
|
"clipboard.copy": "Copia",
|
||||||
"clipboard.copied": "Copiato",
|
"clipboard.copied": "Copiato",
|
||||||
"edit.link.title": "Modifica",
|
"edit.link.title": "Modifica",
|
||||||
"footer.previous": "Precedente",
|
"footer.previous": "Precedente",
|
||||||
"footer.next": "Prossimo",
|
"footer.next": "Prossimo",
|
||||||
|
"footer.title": "Piede",
|
||||||
|
"header.title": "Intestazione",
|
||||||
"meta.comments": "Commenti",
|
"meta.comments": "Commenti",
|
||||||
"meta.source": "Sorgente",
|
"meta.source": "Sorgente",
|
||||||
|
"nav.title": "Navigazione",
|
||||||
"search.config.lang": "it",
|
"search.config.lang": "it",
|
||||||
"search.placeholder": "Cerca",
|
"search.placeholder": "Cerca",
|
||||||
|
"search.share": "Condividi",
|
||||||
|
"search.reset": "Cancella",
|
||||||
|
"search.result.initializer": "Inizializza la ricerca",
|
||||||
"search.result.placeholder": "Scrivi per iniziare a cercare",
|
"search.result.placeholder": "Scrivi per iniziare a cercare",
|
||||||
"search.result.none": "Nessun documento trovato",
|
"search.result.none": "Nessun documento trovato",
|
||||||
"search.result.one": "1 documento trovato",
|
"search.result.one": "1 documento trovato",
|
||||||
"search.result.other": "# documenti trovati",
|
"search.result.other": "# documenti trovati",
|
||||||
|
"search.result.more.one": "1 altro in questa pagina",
|
||||||
|
"search.result.more.other": "# altri in questa pagina",
|
||||||
|
"search.result.term.missing": "Non presente",
|
||||||
|
"search.title": "Cerca",
|
||||||
|
"select.language.title": "Seleziona la lingua",
|
||||||
|
"select.version.title": "Seleziona la versione",
|
||||||
"skip.link.title": "Vai al contenuto",
|
"skip.link.title": "Vai al contenuto",
|
||||||
"source.link.title": "Apri repository",
|
"source.link.title": "Apri repository",
|
||||||
"source.file.date.updated": "Ultimo aggiornamento",
|
"source.file.date.updated": "Ultimo aggiornamento",
|
||||||
"source.file.date.created": "Creata",
|
"source.file.date.created": "Creata",
|
||||||
"toc.title": "Indice"
|
"tabs.title": "Tabs",
|
||||||
|
"toc.title": "Indice",
|
||||||
|
"top.title": "Torna su"
|
||||||
}[key] }}{% endmacro %}
|
}[key] }}{% endmacro %}
|
||||||
|
@ -35,6 +35,7 @@
|
|||||||
"nav.title": "Navigation",
|
"nav.title": "Navigation",
|
||||||
"search.config.lang": "sv",
|
"search.config.lang": "sv",
|
||||||
"search.placeholder": "Sök",
|
"search.placeholder": "Sök",
|
||||||
|
"search.share": "Dela",
|
||||||
"search.reset": "Rensa",
|
"search.reset": "Rensa",
|
||||||
"search.result.initializer": "Initialiserar sök",
|
"search.result.initializer": "Initialiserar sök",
|
||||||
"search.result.placeholder": "Skriv sökord",
|
"search.result.placeholder": "Skriv sökord",
|
||||||
@ -44,10 +45,14 @@
|
|||||||
"search.result.more.one": "1 till på denna sidan",
|
"search.result.more.one": "1 till på denna sidan",
|
||||||
"search.result.more.other": "# till på denna sidan",
|
"search.result.more.other": "# till på denna sidan",
|
||||||
"search.result.term.missing": "Saknas",
|
"search.result.term.missing": "Saknas",
|
||||||
|
"search.title": "Sök",
|
||||||
|
"select.language.title": "Välj språk",
|
||||||
|
"select.version.title": "Välj version",
|
||||||
"skip.link.title": "Gå till innehållet",
|
"skip.link.title": "Gå till innehållet",
|
||||||
"source.link.title": "Gå till datakatalog",
|
"source.link.title": "Gå till datakatalog",
|
||||||
"source.file.date.updated": "Senaste uppdateringen",
|
"source.file.date.updated": "Senaste uppdaterad",
|
||||||
"source.file.date.created": "Skapad",
|
"source.file.date.created": "Skapad",
|
||||||
"tabs.title": "Flikar",
|
"tabs.title": "Flikar",
|
||||||
"toc.title": "Innehållsförteckning"
|
"toc.title": "Innehållsförteckning"
|
||||||
|
"top.title": "Tillbaka till toppen"
|
||||||
}[key] }}{% endmacro %}
|
}[key] }}{% endmacro %}
|
||||||
|
@ -23,25 +23,39 @@
|
|||||||
<!-- Translations: Chinese (Simplified) -->
|
<!-- Translations: Chinese (Simplified) -->
|
||||||
{% macro t(key) %}{{ {
|
{% macro t(key) %}{{ {
|
||||||
"language": "zh",
|
"language": "zh",
|
||||||
|
"direction": "ltr",
|
||||||
"clipboard.copy": "复制",
|
"clipboard.copy": "复制",
|
||||||
"clipboard.copied": "已复制",
|
"clipboard.copied": "已复制",
|
||||||
"edit.link.title": "编辑此页",
|
"edit.link.title": "编辑此页",
|
||||||
"footer.previous": "上一页",
|
"footer.previous": "上一页",
|
||||||
"footer.next": "下一页",
|
"footer.next": "下一页",
|
||||||
|
"footer.title": "页脚",
|
||||||
|
"header.title": "页眉",
|
||||||
"meta.comments": "评论",
|
"meta.comments": "评论",
|
||||||
"meta.source": "来源",
|
"meta.source": "来源",
|
||||||
|
"nav.title": "导航栏",
|
||||||
"search.config.lang": "ja",
|
"search.config.lang": "ja",
|
||||||
"search.config.pipeline": "trimmer, stemmer",
|
"search.config.pipeline": "trimmer, stemmer",
|
||||||
"search.config.separator": "[\,\。]+",
|
"search.config.separator": "[\,\。]+",
|
||||||
"search.placeholder": "搜索",
|
"search.placeholder": "搜索",
|
||||||
|
"search.share": "分享",
|
||||||
|
"search.reset": "清空当前内容",
|
||||||
"search.result.initializer": "正在初始化搜索引擎",
|
"search.result.initializer": "正在初始化搜索引擎",
|
||||||
"search.result.placeholder": "键入以开始搜索",
|
"search.result.placeholder": "键入以开始搜索",
|
||||||
"search.result.none": "没有找到符合条件的结果",
|
"search.result.none": "没有找到符合条件的结果",
|
||||||
"search.result.one": "找到 1 个符合条件的结果",
|
"search.result.one": "找到 1 个符合条件的结果",
|
||||||
"search.result.other": "# 个符合条件的结果",
|
"search.result.other": "# 个符合条件的结果",
|
||||||
|
"search.result.more.one": "在该页上还有 1 个符合条件的结果",
|
||||||
|
"search.result.more.other": "在该页上还有 # 个符合条件的结果",
|
||||||
|
"search.result.term.missing": "缺少",
|
||||||
|
"search.title": "查找",
|
||||||
|
"select.language.title": "选择当前语言",
|
||||||
|
"select.version.title": "选择当前版本",
|
||||||
"skip.link.title": "跳转至",
|
"skip.link.title": "跳转至",
|
||||||
"source.link.title": "前往仓库",
|
"source.link.title": "前往仓库",
|
||||||
"source.file.date.updated": "最后更新",
|
"source.file.date.updated": "最后更新",
|
||||||
"source.file.date.created": "创建日期",
|
"source.file.date.created": "创建日期",
|
||||||
"toc.title": "目录"
|
"tabs.title": "标签",
|
||||||
|
"toc.title": "目录",
|
||||||
|
"top.title": "回到页面顶部"
|
||||||
}[key] }}{% endmacro %}
|
}[key] }}{% endmacro %}
|
||||||
|
Loading…
Reference in New Issue
Block a user