This repository was archived by the owner on Nov 16, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +32
-5
lines changed Expand file tree Collapse file tree 3 files changed +32
-5
lines changed Original file line number Diff line number Diff line change 30
30
"license" : " MIT" ,
31
31
"dependencies" : {
32
32
"@craco/craco" : " ^5.6.4" ,
33
- "@material-docs/core" : " ^0.4.6 " ,
33
+ "@material-docs/core" : " ^0.4.7 " ,
34
34
"@material-docs/react-components-docs-extension" : " ^0.2.0" ,
35
35
"@material-ui/core" : " ^4.11.0" ,
36
36
"@material-ui/icons" : " ^4.9.1" ,
Original file line number Diff line number Diff line change 1202
1202
"ComponentNameHeader" : " Имя компонента" ,
1203
1203
"ref" : " Объект ```ref``` передан в корневой элемент."
1204
1204
}
1205
+ },
1206
+ "MaterialDocs" : {
1207
+ "navigationList" : {
1208
+ "content" : " Содержание"
1209
+ },
1210
+ "tooltips" : {
1211
+ "selectLanguage" : " Выбрать язык" ,
1212
+ "switchTheme" : " Переключить светлую/тёмную тему"
1213
+ },
1214
+ "copyright" : " Созданно с помощью MaterialDocs. Все права защищены." ,
1215
+ "SearchField" : {
1216
+ "label" : " Поиск..."
1217
+ },
1218
+ "notices" : {
1219
+ "codeCopied" : " Кол скопирован в буфер обмена" ,
1220
+ "codeNotCopied" : " Не удалось скопировать код в буфер обмена"
1221
+ },
1222
+ "ExpansionCode" : {
1223
+ "copyToClipboard" : " Скопировать код в буфер обмена" ,
1224
+ "expand" : " Развернуть/свернуть код" ,
1225
+ "moreActions" : " Больше действий"
1226
+ },
1227
+ "DemoWithCode" : {
1228
+ "copyToClipboard" : " Скопировать код в буфер обмена" ,
1229
+ "expand" : " Развернуть/свернуть код" ,
1230
+ "moreActions" : " Больше действий"
1231
+ }
1205
1232
}
1206
1233
}
1207
1234
}
Original file line number Diff line number Diff line change 1310
1310
" @types/yargs" " ^15.0.0"
1311
1311
chalk "^4.0.0"
1312
1312
1313
- " @material-docs/core@^0.4.6 " :
1314
- version "0.4.6 "
1315
- resolved "https://registry.yarnpkg.com/@material-docs/core/-/core-0.4.6 .tgz#e4525e61f5af2d6d4403d6b626bba400a9b089d5 "
1316
- integrity sha512-nwSRDkGQpuIWtQ2FDLSKldhWqKJz6HGpoLZyFywEIk59lv156bVo2LrtE13q/vBitdgkPE5RrOlFMYNCgerOPw ==
1313
+ " @material-docs/core@^0.4.7 " :
1314
+ version "0.4.7 "
1315
+ resolved "https://registry.yarnpkg.com/@material-docs/core/-/core-0.4.7 .tgz#ef202edc1afa4a9fe8ddada02ecf1bad7809a825 "
1316
+ integrity sha512-si8gP5MnImDoFcmOtZC56Skoz9E7Y3gWodN53oWWfImMQbdUeiM0wHyHnW6/gkmo272HcQaJEraey5ebUBZ9Aw ==
1317
1317
dependencies :
1318
1318
" @material-ui/core" " ^4.11.0"
1319
1319
" @material-ui/icons" " ^4.9.1"
You can’t perform that action at this time.
0 commit comments