@sinytra/wiki-previewer 0.1.0

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.
Files changed (427) hide show
  1. package/.next/BUILD_ID +1 -0
  2. package/.next/app-build-manifest.json +220 -0
  3. package/.next/app-path-routes-manifest.json +13 -0
  4. package/.next/build-manifest.json +33 -0
  5. package/.next/package.json +1 -0
  6. package/.next/prerender-manifest.json +124 -0
  7. package/.next/react-loadable-manifest.json +1 -0
  8. package/.next/required-server-files.json +354 -0
  9. package/.next/routes-manifest.json +156 -0
  10. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/content/[id]/page.js +46 -0
  11. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/content/[id]/page.js.nft.json +1 -0
  12. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/content/[id]/page_client-reference-manifest.js +1 -0
  13. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/content/page.js +2 -0
  14. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/content/page.js.nft.json +1 -0
  15. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/content/page_client-reference-manifest.js +1 -0
  16. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/docs/[...path]/page.js +8 -0
  17. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/docs/[...path]/page.js.nft.json +1 -0
  18. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/docs/[...path]/page_client-reference-manifest.js +1 -0
  19. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/docs/page.js +2 -0
  20. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/docs/page.js.nft.json +1 -0
  21. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/docs/page_client-reference-manifest.js +1 -0
  22. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/page.js +22 -0
  23. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/page.js.nft.json +1 -0
  24. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/page_client-reference-manifest.js +1 -0
  25. package/.next/server/app/[locale]/page.js +2 -0
  26. package/.next/server/app/[locale]/page.js.nft.json +1 -0
  27. package/.next/server/app/[locale]/page_client-reference-manifest.js +1 -0
  28. package/.next/server/app/_not-found/page.js +2 -0
  29. package/.next/server/app/_not-found/page.js.nft.json +1 -0
  30. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -0
  31. package/.next/server/app/_not-found.html +122 -0
  32. package/.next/server/app/_not-found.meta +8 -0
  33. package/.next/server/app/_not-found.rsc +30 -0
  34. package/.next/server/app/favicon.ico/route.js +1 -0
  35. package/.next/server/app/favicon.ico/route.js.nft.json +1 -0
  36. package/.next/server/app/favicon.ico.body +0 -0
  37. package/.next/server/app/favicon.ico.meta +1 -0
  38. package/.next/server/app/opengraph-image/route.js +71 -0
  39. package/.next/server/app/opengraph-image/route.js.map +1 -0
  40. package/.next/server/app/opengraph-image/route_client-reference-manifest.js +1 -0
  41. package/.next/server/app/robots.txt/route.js +16 -0
  42. package/.next/server/app/robots.txt/route.js.nft.json +1 -0
  43. package/.next/server/app/robots.txt/route_client-reference-manifest.js +1 -0
  44. package/.next/server/app/robots.txt.body +41 -0
  45. package/.next/server/app/robots.txt.meta +1 -0
  46. package/.next/server/app/sitemap.xml/route.js +16 -0
  47. package/.next/server/app/sitemap.xml/route.js.nft.json +1 -0
  48. package/.next/server/app/sitemap.xml/route_client-reference-manifest.js +1 -0
  49. package/.next/server/app/sitemap.xml.body +3 -0
  50. package/.next/server/app/sitemap.xml.meta +1 -0
  51. package/.next/server/app-paths-manifest.json +13 -0
  52. package/.next/server/chunks/1047.js +1 -0
  53. package/.next/server/chunks/1060.js +1 -0
  54. package/.next/server/chunks/1092.js +1 -0
  55. package/.next/server/chunks/1158.js +1 -0
  56. package/.next/server/chunks/1162.js +1 -0
  57. package/.next/server/chunks/1176.js +1 -0
  58. package/.next/server/chunks/125.js +1 -0
  59. package/.next/server/chunks/1258.js +1 -0
  60. package/.next/server/chunks/1285.js +1 -0
  61. package/.next/server/chunks/1322.js +1 -0
  62. package/.next/server/chunks/1384.js +1 -0
  63. package/.next/server/chunks/140.js +1 -0
  64. package/.next/server/chunks/1450.js +1 -0
  65. package/.next/server/chunks/1453.js +1 -0
  66. package/.next/server/chunks/1470.js +1 -0
  67. package/.next/server/chunks/1490.js +1 -0
  68. package/.next/server/chunks/1531.js +1 -0
  69. package/.next/server/chunks/1532.js +1 -0
  70. package/.next/server/chunks/1553.js +1 -0
  71. package/.next/server/chunks/1602.js +1 -0
  72. package/.next/server/chunks/1631.js +1 -0
  73. package/.next/server/chunks/1647.js +39 -0
  74. package/.next/server/chunks/1731.js +1 -0
  75. package/.next/server/chunks/1740.js +1 -0
  76. package/.next/server/chunks/1752.js +1 -0
  77. package/.next/server/chunks/1758.js +1 -0
  78. package/.next/server/chunks/18.js +1 -0
  79. package/.next/server/chunks/190.js +1 -0
  80. package/.next/server/chunks/1918.js +1 -0
  81. package/.next/server/chunks/1932.js +1 -0
  82. package/.next/server/chunks/1939.js +1 -0
  83. package/.next/server/chunks/1952.js +1 -0
  84. package/.next/server/chunks/2043.js +1 -0
  85. package/.next/server/chunks/2159.js +1 -0
  86. package/.next/server/chunks/2174.js +1 -0
  87. package/.next/server/chunks/218.js +1 -0
  88. package/.next/server/chunks/2228.js +1 -0
  89. package/.next/server/chunks/2308.js +1 -0
  90. package/.next/server/chunks/2323.js +1 -0
  91. package/.next/server/chunks/2325.js +1 -0
  92. package/.next/server/chunks/2351.js +1 -0
  93. package/.next/server/chunks/239.js +1 -0
  94. package/.next/server/chunks/2392.js +1 -0
  95. package/.next/server/chunks/2393.js +1 -0
  96. package/.next/server/chunks/2446.js +1 -0
  97. package/.next/server/chunks/2473.js +1 -0
  98. package/.next/server/chunks/2499.js +1 -0
  99. package/.next/server/chunks/2505.js +1 -0
  100. package/.next/server/chunks/251.js +1 -0
  101. package/.next/server/chunks/2545.js +1 -0
  102. package/.next/server/chunks/255.js +1 -0
  103. package/.next/server/chunks/2578.js +1 -0
  104. package/.next/server/chunks/2603.js +1 -0
  105. package/.next/server/chunks/2632.js +1 -0
  106. package/.next/server/chunks/2688.js +1 -0
  107. package/.next/server/chunks/2701.js +1 -0
  108. package/.next/server/chunks/2702.js +1 -0
  109. package/.next/server/chunks/2711.js +1 -0
  110. package/.next/server/chunks/2766.js +1 -0
  111. package/.next/server/chunks/2834.js +1 -0
  112. package/.next/server/chunks/2872.js +1 -0
  113. package/.next/server/chunks/2878.js +1 -0
  114. package/.next/server/chunks/2924.js +1 -0
  115. package/.next/server/chunks/2972.js +1 -0
  116. package/.next/server/chunks/3079.js +1 -0
  117. package/.next/server/chunks/3086.js +1 -0
  118. package/.next/server/chunks/3124.js +1 -0
  119. package/.next/server/chunks/3127.js +1 -0
  120. package/.next/server/chunks/3151.js +1 -0
  121. package/.next/server/chunks/3185.js +1 -0
  122. package/.next/server/chunks/321.js +1 -0
  123. package/.next/server/chunks/3214.js +1 -0
  124. package/.next/server/chunks/3236.js +48 -0
  125. package/.next/server/chunks/3353.js +1 -0
  126. package/.next/server/chunks/3358.js +1 -0
  127. package/.next/server/chunks/3372.js +1 -0
  128. package/.next/server/chunks/3383.js +1 -0
  129. package/.next/server/chunks/3436.js +1 -0
  130. package/.next/server/chunks/3453.js +1 -0
  131. package/.next/server/chunks/3470.js +1 -0
  132. package/.next/server/chunks/3527.js +1 -0
  133. package/.next/server/chunks/3569.js +1 -0
  134. package/.next/server/chunks/3721.js +1 -0
  135. package/.next/server/chunks/3765.js +1 -0
  136. package/.next/server/chunks/3791.js +1 -0
  137. package/.next/server/chunks/3801.js +1 -0
  138. package/.next/server/chunks/3928.js +1 -0
  139. package/.next/server/chunks/3932.js +1 -0
  140. package/.next/server/chunks/3938.js +1 -0
  141. package/.next/server/chunks/3953.js +1 -0
  142. package/.next/server/chunks/3966.js +1 -0
  143. package/.next/server/chunks/4014.js +1 -0
  144. package/.next/server/chunks/4073.js +1 -0
  145. package/.next/server/chunks/4104.js +1 -0
  146. package/.next/server/chunks/4136.js +1 -0
  147. package/.next/server/chunks/4153.js +1 -0
  148. package/.next/server/chunks/4178.js +1 -0
  149. package/.next/server/chunks/4205.js +1 -0
  150. package/.next/server/chunks/423.js +1 -0
  151. package/.next/server/chunks/4367.js +1 -0
  152. package/.next/server/chunks/4380.js +1 -0
  153. package/.next/server/chunks/4469.js +1 -0
  154. package/.next/server/chunks/4493.js +1 -0
  155. package/.next/server/chunks/4513.js +1 -0
  156. package/.next/server/chunks/4529.js +1 -0
  157. package/.next/server/chunks/454.js +1 -0
  158. package/.next/server/chunks/4549.js +1 -0
  159. package/.next/server/chunks/4573.js +1 -0
  160. package/.next/server/chunks/4610.js +1 -0
  161. package/.next/server/chunks/4621.js +1 -0
  162. package/.next/server/chunks/4641.js +1 -0
  163. package/.next/server/chunks/4646.js +1 -0
  164. package/.next/server/chunks/4699.js +1 -0
  165. package/.next/server/chunks/4723.js +1 -0
  166. package/.next/server/chunks/4753.js +1 -0
  167. package/.next/server/chunks/4758.js +1 -0
  168. package/.next/server/chunks/4783.js +1 -0
  169. package/.next/server/chunks/4799.js +1 -0
  170. package/.next/server/chunks/4875.js +1 -0
  171. package/.next/server/chunks/4895.js +1 -0
  172. package/.next/server/chunks/4899.js +1 -0
  173. package/.next/server/chunks/4915.js +1 -0
  174. package/.next/server/chunks/5034.js +1 -0
  175. package/.next/server/chunks/5073.js +1 -0
  176. package/.next/server/chunks/5092.js +1 -0
  177. package/.next/server/chunks/5099.js +1 -0
  178. package/.next/server/chunks/5103.js +1 -0
  179. package/.next/server/chunks/5161.js +1 -0
  180. package/.next/server/chunks/5163.js +1 -0
  181. package/.next/server/chunks/517.js +1 -0
  182. package/.next/server/chunks/5182.js +1 -0
  183. package/.next/server/chunks/5188.js +1 -0
  184. package/.next/server/chunks/5230.js +1 -0
  185. package/.next/server/chunks/5236.js +1 -0
  186. package/.next/server/chunks/5242.js +1 -0
  187. package/.next/server/chunks/5271.js +6 -0
  188. package/.next/server/chunks/5281.js +1 -0
  189. package/.next/server/chunks/5385.js +1 -0
  190. package/.next/server/chunks/5395.js +1 -0
  191. package/.next/server/chunks/5400.js +1 -0
  192. package/.next/server/chunks/5510.js +1 -0
  193. package/.next/server/chunks/5511.js +9 -0
  194. package/.next/server/chunks/5560.js +1 -0
  195. package/.next/server/chunks/5571.js +1 -0
  196. package/.next/server/chunks/561.js +1 -0
  197. package/.next/server/chunks/5640.js +1 -0
  198. package/.next/server/chunks/5641.js +1 -0
  199. package/.next/server/chunks/5669.js +1 -0
  200. package/.next/server/chunks/5695.js +1 -0
  201. package/.next/server/chunks/5801.js +1 -0
  202. package/.next/server/chunks/5814.js +1 -0
  203. package/.next/server/chunks/5825.js +1 -0
  204. package/.next/server/chunks/589.js +1 -0
  205. package/.next/server/chunks/5911.js +1 -0
  206. package/.next/server/chunks/5916.js +1 -0
  207. package/.next/server/chunks/600.js +1 -0
  208. package/.next/server/chunks/606.js +1 -0
  209. package/.next/server/chunks/6095.js +1 -0
  210. package/.next/server/chunks/6126.js +1 -0
  211. package/.next/server/chunks/617.js +1 -0
  212. package/.next/server/chunks/6185.js +1 -0
  213. package/.next/server/chunks/6190.js +1 -0
  214. package/.next/server/chunks/6191.js +1 -0
  215. package/.next/server/chunks/6194.js +1 -0
  216. package/.next/server/chunks/6253.js +1 -0
  217. package/.next/server/chunks/6323.js +1 -0
  218. package/.next/server/chunks/6342.js +1 -0
  219. package/.next/server/chunks/635.js +1 -0
  220. package/.next/server/chunks/6372.js +1 -0
  221. package/.next/server/chunks/6413.js +1 -0
  222. package/.next/server/chunks/6426.js +1 -0
  223. package/.next/server/chunks/651.js +1 -0
  224. package/.next/server/chunks/6513.js +1 -0
  225. package/.next/server/chunks/6582.js +1 -0
  226. package/.next/server/chunks/6616.js +1 -0
  227. package/.next/server/chunks/6695.js +1 -0
  228. package/.next/server/chunks/6741.js +22 -0
  229. package/.next/server/chunks/6749.js +1 -0
  230. package/.next/server/chunks/6752.js +1 -0
  231. package/.next/server/chunks/6756.js +1 -0
  232. package/.next/server/chunks/692.js +1 -0
  233. package/.next/server/chunks/6979.js +36 -0
  234. package/.next/server/chunks/700.js +1 -0
  235. package/.next/server/chunks/7014.js +1 -0
  236. package/.next/server/chunks/7040.js +1 -0
  237. package/.next/server/chunks/7045.js +1 -0
  238. package/.next/server/chunks/7049.js +1 -0
  239. package/.next/server/chunks/71.js +1 -0
  240. package/.next/server/chunks/7120.js +1 -0
  241. package/.next/server/chunks/714.js +1 -0
  242. package/.next/server/chunks/7168.js +1 -0
  243. package/.next/server/chunks/717.js +1 -0
  244. package/.next/server/chunks/720.js +1 -0
  245. package/.next/server/chunks/7210.js +1 -0
  246. package/.next/server/chunks/7221.js +1 -0
  247. package/.next/server/chunks/7239.js +1 -0
  248. package/.next/server/chunks/7256.js +1 -0
  249. package/.next/server/chunks/7260.js +1 -0
  250. package/.next/server/chunks/7308.js +1 -0
  251. package/.next/server/chunks/7315.js +1 -0
  252. package/.next/server/chunks/7320.js +1 -0
  253. package/.next/server/chunks/7358.js +104 -0
  254. package/.next/server/chunks/7388.js +1 -0
  255. package/.next/server/chunks/7391.js +1 -0
  256. package/.next/server/chunks/7446.js +1 -0
  257. package/.next/server/chunks/7497.js +1 -0
  258. package/.next/server/chunks/7560.js +1 -0
  259. package/.next/server/chunks/7571.js +1 -0
  260. package/.next/server/chunks/7604.js +1 -0
  261. package/.next/server/chunks/7658.js +1 -0
  262. package/.next/server/chunks/7661.js +1 -0
  263. package/.next/server/chunks/7708.js +1 -0
  264. package/.next/server/chunks/7771.js +1 -0
  265. package/.next/server/chunks/7776.js +1 -0
  266. package/.next/server/chunks/7817.js +1 -0
  267. package/.next/server/chunks/7821.js +1 -0
  268. package/.next/server/chunks/7845.js +1 -0
  269. package/.next/server/chunks/7876.js +1 -0
  270. package/.next/server/chunks/7933.js +1 -0
  271. package/.next/server/chunks/7960.js +1 -0
  272. package/.next/server/chunks/8022.js +1 -0
  273. package/.next/server/chunks/8038.js +1 -0
  274. package/.next/server/chunks/8117.js +1 -0
  275. package/.next/server/chunks/8306.js +1 -0
  276. package/.next/server/chunks/836.js +1 -0
  277. package/.next/server/chunks/8371.js +1 -0
  278. package/.next/server/chunks/8544.js +1 -0
  279. package/.next/server/chunks/8545.js +1 -0
  280. package/.next/server/chunks/855.js +1 -0
  281. package/.next/server/chunks/8559.js +1 -0
  282. package/.next/server/chunks/858.js +1 -0
  283. package/.next/server/chunks/8604.js +1 -0
  284. package/.next/server/chunks/8617.js +1 -0
  285. package/.next/server/chunks/8624.js +1 -0
  286. package/.next/server/chunks/8669.js +1 -0
  287. package/.next/server/chunks/8694.js +1 -0
  288. package/.next/server/chunks/8752.js +1 -0
  289. package/.next/server/chunks/8791.js +1 -0
  290. package/.next/server/chunks/8861.js +1 -0
  291. package/.next/server/chunks/8867.js +1 -0
  292. package/.next/server/chunks/8878.js +1 -0
  293. package/.next/server/chunks/8906.js +1 -0
  294. package/.next/server/chunks/8956.js +1 -0
  295. package/.next/server/chunks/9032.js +1 -0
  296. package/.next/server/chunks/9074.js +1 -0
  297. package/.next/server/chunks/9076.js +157 -0
  298. package/.next/server/chunks/9087.js +1 -0
  299. package/.next/server/chunks/9108.js +1 -0
  300. package/.next/server/chunks/9121.js +1 -0
  301. package/.next/server/chunks/9140.js +20 -0
  302. package/.next/server/chunks/9209.js +1 -0
  303. package/.next/server/chunks/9289.js +1 -0
  304. package/.next/server/chunks/9316.js +1 -0
  305. package/.next/server/chunks/9394.js +1 -0
  306. package/.next/server/chunks/9447.js +1 -0
  307. package/.next/server/chunks/9451.js +1 -0
  308. package/.next/server/chunks/9490.js +1 -0
  309. package/.next/server/chunks/9508.js +1 -0
  310. package/.next/server/chunks/9547.js +1 -0
  311. package/.next/server/chunks/9555.js +1 -0
  312. package/.next/server/chunks/9603.js +1 -0
  313. package/.next/server/chunks/9654.js +1 -0
  314. package/.next/server/chunks/9689.js +1 -0
  315. package/.next/server/chunks/9691.js +1 -0
  316. package/.next/server/chunks/9738.js +1 -0
  317. package/.next/server/chunks/9785.js +1 -0
  318. package/.next/server/chunks/9786.js +1 -0
  319. package/.next/server/chunks/9843.js +1 -0
  320. package/.next/server/chunks/9861.js +1 -0
  321. package/.next/server/chunks/9882.js +1 -0
  322. package/.next/server/chunks/9898.js +1 -0
  323. package/.next/server/chunks/994.js +1 -0
  324. package/.next/server/chunks/996.js +1 -0
  325. package/.next/server/chunks/9980.js +1 -0
  326. package/.next/server/edge-chunks/asset_noto-sans-v27-latin-regular.5dda3fca77107598.ttf +0 -0
  327. package/.next/server/edge-chunks/wasm_77d9faebf7af9e421806970ce10a58e9d83116d7.wasm +0 -0
  328. package/.next/server/edge-chunks/wasm_ef4866ecae192fd87727067cf2c0c0cf9fb8b020.wasm +0 -0
  329. package/.next/server/edge-runtime-webpack.js +2 -0
  330. package/.next/server/functions-config-manifest.json +6 -0
  331. package/.next/server/interception-route-rewrite-manifest.js +1 -0
  332. package/.next/server/middleware-build-manifest.js +1 -0
  333. package/.next/server/middleware-manifest.json +74 -0
  334. package/.next/server/middleware-react-loadable-manifest.js +1 -0
  335. package/.next/server/next-font-manifest.js +1 -0
  336. package/.next/server/next-font-manifest.json +1 -0
  337. package/.next/server/pages/404.html +122 -0
  338. package/.next/server/pages/500.html +1 -0
  339. package/.next/server/pages/_app.js +1 -0
  340. package/.next/server/pages/_app.js.nft.json +1 -0
  341. package/.next/server/pages/_document.js +1 -0
  342. package/.next/server/pages/_document.js.nft.json +1 -0
  343. package/.next/server/pages/_error.js +19 -0
  344. package/.next/server/pages/_error.js.nft.json +1 -0
  345. package/.next/server/pages-manifest.json +6 -0
  346. package/.next/server/server-reference-manifest.js +1 -0
  347. package/.next/server/server-reference-manifest.json +1 -0
  348. package/.next/server/src/middleware.js +14 -0
  349. package/.next/server/webpack-runtime.js +1 -0
  350. package/.next/static/H70FNih5kMCiWMZCGG3D3/_buildManifest.js +1 -0
  351. package/.next/static/H70FNih5kMCiWMZCGG3D3/_ssgManifest.js +1 -0
  352. package/.next/static/chunks/0d2e1e5e-c301d0a58fb4160d.js +1 -0
  353. package/.next/static/chunks/116-d1ec36b932a3c456.js +1 -0
  354. package/.next/static/chunks/124-af4f29ae18c2013e.js +2 -0
  355. package/.next/static/chunks/126-755e05d33f1242a1.js +124 -0
  356. package/.next/static/chunks/134e5f34-4f69a82a365fcc82.js +1 -0
  357. package/.next/static/chunks/150-95be36e170ae4996.js +1 -0
  358. package/.next/static/chunks/25-44d3b912fd1ba296.js +1 -0
  359. package/.next/static/chunks/284-c7149844a939159f.js +1 -0
  360. package/.next/static/chunks/323-b4674c92bf221f17.js +1 -0
  361. package/.next/static/chunks/333-fa47758f92c52f20.js +1 -0
  362. package/.next/static/chunks/364-accae4c97aa93e5a.js +1 -0
  363. package/.next/static/chunks/380-df13f99a5c997183.js +1 -0
  364. package/.next/static/chunks/531-77aae47a898b4bf9.js +1 -0
  365. package/.next/static/chunks/625-bf6e188c389dc9c8.js +1 -0
  366. package/.next/static/chunks/639-f088c1b24969fbb3.js +1 -0
  367. package/.next/static/chunks/669-511b7521ba36ef6e.js +1 -0
  368. package/.next/static/chunks/830-293c8a5ce5c51fa2.js +1 -0
  369. package/.next/static/chunks/922-080dd34a0f1fd97c.js +1 -0
  370. package/.next/static/chunks/977-acd91d860f3cfbd3.js +1 -0
  371. package/.next/static/chunks/app/[locale]/(main)/layout-00b4eede6be039f7.js +1 -0
  372. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/content/[id]/page-8812c9818951e5fb.js +1 -0
  373. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/content/page-0202c35f40a26bc6.js +1 -0
  374. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/docs/[...path]/error-208a8f8e6e9306d7.js +1 -0
  375. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/docs/[...path]/page-12a475915ef334a2.js +1 -0
  376. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/docs/page-8ebf56a1d190b46d.js +1 -0
  377. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/layout-b1e363abba196cb0.js +1 -0
  378. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/page-d35254be747d63b5.js +1 -0
  379. package/.next/static/chunks/app/[locale]/layout-b5abbd8fd357fa03.js +1 -0
  380. package/.next/static/chunks/app/[locale]/page-bdcf7b1790cc82ee.js +1 -0
  381. package/.next/static/chunks/app/_not-found/page-97c1109142de0a49.js +1 -0
  382. package/.next/static/chunks/app/error-5a5f3217f6eda293.js +1 -0
  383. package/.next/static/chunks/app/global-error-e04959a82678a886.js +1 -0
  384. package/.next/static/chunks/app/layout-8ed156f66ef8d949.js +2 -0
  385. package/.next/static/chunks/app/not-found-bcc78912e125cf02.js +1 -0
  386. package/.next/static/chunks/app/opengraph-image/route-97c1109142de0a49.js +1 -0
  387. package/.next/static/chunks/app/robots.txt/route-97c1109142de0a49.js +1 -0
  388. package/.next/static/chunks/app/sitemap.xml/route-97c1109142de0a49.js +1 -0
  389. package/.next/static/chunks/framework-a519b145a780c665.js +1 -0
  390. package/.next/static/chunks/main-3317b9528963fa4c.js +1 -0
  391. package/.next/static/chunks/main-app-be36b26046d0cf20.js +1 -0
  392. package/.next/static/chunks/pages/_app-5b6eccbc3489cb25.js +1 -0
  393. package/.next/static/chunks/pages/_error-b03178b14d310b3a.js +1 -0
  394. package/.next/static/chunks/polyfills-42372ed130431b0a.js +1 -0
  395. package/.next/static/chunks/webpack-73f2e3519f4bc996.js +1 -0
  396. package/.next/static/css/7e7d96b1e6991756.css +1 -0
  397. package/.next/static/css/bf84d12b5597a541.css +1 -0
  398. package/.next/static/css/db2e80439506b5eb.css +1 -0
  399. package/.next/static/media/19cfc7226ec3afaa-s.woff2 +0 -0
  400. package/.next/static/media/21350d82a1f187e9-s.woff2 +0 -0
  401. package/.next/static/media/8e9860b6e62d6359-s.woff2 +0 -0
  402. package/.next/static/media/Minecraft-Seven_v2.2e6cf891.woff2 +0 -0
  403. package/.next/static/media/ba9851c3c22cd980-s.woff2 +0 -0
  404. package/.next/static/media/c5fe6dc8356a8c31-s.woff2 +0 -0
  405. package/.next/static/media/crafting_background.158942b1.png +0 -0
  406. package/.next/static/media/df0a9ae256c0569c-s.woff2 +0 -0
  407. package/.next/static/media/e4af272ccee01ff0-s.p.woff2 +0 -0
  408. package/bin/entrypoint.mjs +34 -0
  409. package/bin/watcher.mjs +21 -0
  410. package/package.json +18 -0
  411. package/public/_meta.schema.json +30 -0
  412. package/public/blog-assets/content_pages.png +0 -0
  413. package/public/blog-assets/mobile_nav.png +0 -0
  414. package/public/blog-assets/mobile_search.png +0 -0
  415. package/public/blog-assets/neo_logo.png +0 -0
  416. package/public/blog-assets/project_deployments.png +0 -0
  417. package/public/blog-assets/project_health.png +0 -0
  418. package/public/blog-assets/project_list.png +0 -0
  419. package/public/blog-assets/project_overview.png +0 -0
  420. package/public/fonts/Minecraft-Seven_v2.woff2 +0 -0
  421. package/public/meta-docs-assets/cf_src_url.png +0 -0
  422. package/public/meta-docs-assets/mr_src_url.png +0 -0
  423. package/public/sinytra-wiki.schema.json +62 -0
  424. package/public/static/Inter_28pt-Bold.ttf +0 -0
  425. package/public/static/SourceCodePro-Medium.ttf +0 -0
  426. package/public/static/missing_item.png +0 -0
  427. package/server.js +44 -0
@@ -0,0 +1,36 @@
1
+ "use strict";exports.id=6979,exports.ids=[6979],exports.modules={2419:(a,b,c)=>{c.d(b,{default:()=>d});let d=(0,c(95447).registerClientReference)(function(){throw Error("Attempted to call the default export of \"/Users/su5ed/Source/ModdedWiki/Wiki/build/previewer/src/components/docs/layout/DocsPageFooter.tsx\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/Users/su5ed/Source/ModdedWiki/Wiki/build/previewer/src/components/docs/layout/DocsPageFooter.tsx","default")},9614:(a,b,c)=>{c.d(b,{default:()=>d});let d=(0,c(95447).registerClientReference)(function(){throw Error("Attempted to call the default export of \"/Users/su5ed/Source/ModdedWiki/Wiki/build/previewer/src/components/docs/side/guide/DocsGuideNonContentRightSidebarClient.tsx\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/Users/su5ed/Source/ModdedWiki/Wiki/build/previewer/src/components/docs/side/guide/DocsGuideNonContentRightSidebarClient.tsx","default")},23388:(a,b,c)=>{c.d(b,{A:()=>d});let d=(0,c(62698).A)("folder",[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}]])},25392:(a,b,c)=>{c.d(b,{default:()=>i});var d=c(70869),e=c(40208),f=c(26489),g=c(3095),h=c(68923);function i({headings:a}){let b=(0,h.c3)("DocsNonContentRightSidebar"),[c,i]=(0,e.useState)(""),[j,k]=(0,e.useState)(!1),[l,m]=(0,e.useState)(!1),n=(0,e.useRef)(null);return(0,d.jsx)(f.default,{type:"right",title:b("title"),className:(0,g.cn)("right-0 shrink-0","w-[96vw] sm:w-64"),tagName:"nav",children:(0,d.jsxs)("div",{className:"relative",children:[j&&(0,d.jsx)("div",{className:`
2
+ from-background pointer-events-none absolute top-0 right-0 left-0 h-12 bg-linear-to-b to-transparent
3
+ `}),(0,d.jsx)("div",{ref:n,className:`
4
+ scrollbar-thin max-h-[80vh] overflow-y-auto pr-4 scrollbar-thumb-gray-300 scrollbar-track-transparent
5
+ `,children:(0,d.jsx)("ul",{className:"space-y-1 text-sm",children:a.map((a,b)=>(0,d.jsx)("li",{style:{paddingLeft:`${(a.depth-1)*.75}rem`},children:(0,d.jsx)("a",{href:`#${a.id}`,className:(0,g.cn)("block py-1 text-secondary transition-colors hover:text-primary",c===a.id&&"text-primary",0===b?"pt-0!":""),onClick:b=>{b.preventDefault(),document.getElementById(a.id)?.scrollIntoView({behavior:"smooth"})},children:a.value})},a.id))})}),l&&(0,d.jsx)("div",{className:`
6
+ from-background pointer-events-none absolute right-0 bottom-0 left-0 h-12 bg-linear-to-t to-transparent
7
+ `})]})})}},26489:(a,b,c)=>{c.d(b,{default:()=>h});var d=c(70869),e=c(3095),f=c(40208),g=c(37677);let h=(0,f.forwardRef)(function({title:a,className:b,innerClassName:c,tagName:h,children:i,type:j,solid:k},l){let{open:m}=(0,f.useContext)(g.p);return(0,d.jsx)("aside",{"data-open":m==j,className:(0,e.cn)(b,`
8
+ fixed z-30 h-[88vh] w-full overflow-hidden border-tertiary bg-primary transition-all duration-300
9
+ ease-in-out sm:h-[calc(100vh_-_9.5rem)] lg:top-[6rem]! lg:transition-none
10
+ `,k?"lg:static":"lg:sticky","left"==j&&`
11
+ border-r data-[open=false]:-translate-x-full data-[open=false]:border-0 lg:border-r-0
12
+ lg:data-[open=false]:-translate-x-0
13
+ `,"right"==j&&`
14
+ border-l data-[open=false]:translate-x-full data-[open=false]:border-0 lg:border-l-0
15
+ lg:data-[open=false]:translate-x-0
16
+ `),children:(0,d.jsxs)(h||"div",{ref:l,className:(0,e.cn)(`
17
+ scrollbar-thumb-secondary scrollbar-track-secondary/20 scrollbar-thin h-full space-y-2
18
+ overflow-y-auto p-4
19
+ `,c),children:[(0,d.jsx)("div",{className:"mb-4 flex items-center justify-between",children:(0,d.jsx)("h3",{className:"text-sm font-semibold text-secondary",children:a})}),i]})})})},27016:(a,b,c)=>{c.d(b,{default:()=>i});var d=c(70869),e=c(40208),f=c(72591),g=c(71551),h=c(26489);function i(a){let{scrollPos:b,setScrollPos:c}=(0,e.useContext)(g.$),i=(0,e.useRef)(null);return(0,f.usePathname)(),(0,d.jsx)(h.default,{...a,ref:i})}},44907:(a,b,c)=>{c.d(b,{default:()=>j});var d=c(70869),e=c(10136),f=c(40208),g=c(3095),h=c(66884),i=c(71551);function j({name:a,path:b,icon:c,level:j,children:k}){let{folderStates:l,setFolderStates:m}=(0,f.useContext)(i.$),n=(0,h.a8)().split("/").slice(5).join("/"),o=n.length>0&&n.startsWith(b+"/"),p=(0,f.useRef)(!1),[q,r]=(0,f.useState)(!p.current&&o||l[j]===b);return(0,d.jsxs)("div",{className:(0,g.cn)("accordion flex flex-col",q&&"open"),children:[(0,d.jsxs)("button",{onClick:function(){m(a=>{let c={...a,[j]:q?void 0:b};return q&&Object.keys(c).filter(a=>Number(a)>j).forEach(a=>delete c[a]),c})},"data-state":q?"open":"closed",className:`
20
+ flex items-center rounded-md px-3 py-2 text-sm text-secondary hover:bg-secondary hover:text-primary-alt
21
+ [&[data-state=open]>svg:last-child]:rotate-180
22
+ `,children:[c,a,(0,d.jsx)(e.A,{className:"ml-auto h-4 w-4 shrink-0 transition-transform duration-200"})]}),(0,d.jsx)("div",{className:"accordion-body",style:{paddingLeft:`${j}rem`},children:(0,d.jsx)("div",{children:(0,d.jsx)("div",{className:"mt-2 flex flex-col gap-2",children:k})})})]})}},45505:(a,b,c)=>{c.d(b,{default:()=>l});var d=c(70869),e=c(40208),f=c(37677),g=c(36060);let h=(0,g.A)("x",[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]]),i=(0,g.A)("menu",[["path",{d:"M4 12h16",key:"1lakjw"}],["path",{d:"M4 18h16",key:"19g7jn"}],["path",{d:"M4 6h16",key:"1o0s65"}]]),j=(0,g.A)("info",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 16v-4",key:"1dtifu"}],["path",{d:"M12 8h.01",key:"e9boi3"}]]);var k=c(3095);function l({showRightSidebar:a,children:b}){let{open:c,setOpen:g}=(0,e.useContext)(f.p);return(0,d.jsxs)("header",{className:"flex w-full items-center justify-between border-b border-tertiary px-0 pt-1 pb-2 lg:hidden",children:[(0,d.jsx)("button",{onClick:()=>g("left"==c?"none":"left"),className:"text-primary",children:"left"===c?(0,d.jsx)(h,{className:"h-6 w-6"}):(0,d.jsx)(i,{className:"h-6 w-6"})}),(0,d.jsx)("h1",{className:"text-lg font-bold",children:b}),(0,d.jsx)("button",{onClick:()=>g("right"==c?"none":"right"),className:(0,k.cn)("text-primary",!1===a&&"invisible"),children:"right"===c?(0,d.jsx)(h,{className:"h-6 w-6"}):(0,d.jsx)(j,{className:"h-6 w-6"})})]})}},47898:(a,b,c)=>{c.d(b,{default:()=>d});let d=(0,c(95447).registerClientReference)(function(){throw Error("Attempted to call the default export of \"/Users/su5ed/Source/ModdedWiki/Wiki/build/previewer/src/components/docs/layout/DocsResponsiveHeader.tsx\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/Users/su5ed/Source/ModdedWiki/Wiki/build/previewer/src/components/docs/layout/DocsResponsiveHeader.tsx","default")},49431:(a,b,c)=>{c.d(b,{default:()=>d});let d=(0,c(95447).registerClientReference)(function(){throw Error("Attempted to call the default export of \"/Users/su5ed/Source/ModdedWiki/Wiki/build/previewer/src/components/docs/util/DocsFileLink.tsx\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/Users/su5ed/Source/ModdedWiki/Wiki/build/previewer/src/components/docs/util/DocsFileLink.tsx","default")},60583:(a,b,c)=>{c.d(b,{A:()=>g});var d=c(73191),e=c(9614),f=c(67883);async function g({headings:a}){return(0,d.jsx)(f.A,{keys:["DocsNonContentRightSidebar"],children:(0,d.jsx)(e.default,{headings:a})})}},60787:(a,b,c)=>{c.d(b,{default:()=>h});var d=c(70869),e=c(3095),f=c(66884);let g=(0,c(40208).forwardRef)(function({prefetch:a=!1,...b},c){return(0,d.jsx)(f.XO,{prefetch:a,...b,ref:c})});function h({href:a,children:b}){let c=(0,f.a8)();return(0,d.jsx)(g,{href:a,className:(0,e.cn)("flex items-center rounded-md px-3 py-2 text-sm text-secondary hover:bg-secondary hover:text-primary-alt",c===a&&"bg-secondary text-primary-alt"),children:b})}},67458:(a,b,c)=>{c.d(b,{default:()=>d});let d=(0,c(95447).registerClientReference)(function(){throw Error("Attempted to call the default export of \"/Users/su5ed/Source/ModdedWiki/Wiki/build/previewer/src/components/docs/side/ScrollableDocsSidebarBase.tsx\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/Users/su5ed/Source/ModdedWiki/Wiki/build/previewer/src/components/docs/side/ScrollableDocsSidebarBase.tsx","default")},72731:(a,b,c)=>{c.d(b,{A:()=>e});var d=c(73191);function e({children:a}){return(0,d.jsx)("article",{className:"docsContentArticle prose min-w-full dark:prose-invert",children:a})}},73309:(a,b,c)=>{c.d(b,{default:()=>d});let d=(0,c(95447).registerClientReference)(function(){throw Error("Attempted to call the default export of \"/Users/su5ed/Source/ModdedWiki/Wiki/build/previewer/src/components/docs/layout/DocsFileTreeFolder.tsx\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/Users/su5ed/Source/ModdedWiki/Wiki/build/previewer/src/components/docs/layout/DocsFileTreeFolder.tsx","default")},78031:(a,b,c)=>{c.d(b,{A:()=>q});var d=c(73191),e=c(23388),f=c(6114),g=c(49431),h=c(73309),i=c(41269),j=c(46870),k=c(67458),l=c(65162);async function m({slug:a,version:b,file:e}){let f=await Promise.all([c.e(5510),c.e(1952)]).then(c.bind(c,91952)),h=e.icon?f[e.icon+"Icon"]:null;return(0,d.jsxs)(g.default,{href:`/project/${a}/${b}/docs/${e.path}`,children:[h&&(0,d.jsx)(h,{className:"mr-2 h-4 w-4 shrink-0"}),e.name]},e.path)}async function n({slug:a,version:b,tree:f,level:g}){let i=e.A,j=await Promise.all([c.e(5510),c.e(1952)]).then(c.bind(c,91952));return f.map(c=>{if("dir"==c.type){let e=c.icon===l.D$?null:(c.icon?j[c.icon]:i)||i;return(0,d.jsx)(h.default,{name:c.name,path:c.path,level:g,icon:e&&(0,d.jsx)(e,{className:"mr-2 h-4 w-4 shrink-0"}),children:(0,d.jsx)(n,{slug:a,version:b,tree:c.children,level:g+1})},c.path)}return(0,d.jsx)(m,{slug:a,version:b,file:c},c.path)})}function o({slug:a,version:b,tree:c}){let e=(0,j.A)("DocsLeftSidebar");return(0,d.jsxs)(k.default,{type:"left",title:e("title"),className:(0,i.cn)("left-0 shrink-0","w-[96vw] sm:w-64"),innerClassName:"overscroll-contain",tagName:"nav",children:[(0,d.jsxs)(g.default,{href:`/project/${a}/${b}/docs`,children:[(0,d.jsx)(f.A,{className:"mr-2 h-4 w-4"}),e("homepage")]}),(0,d.jsx)("hr",{}),(0,d.jsx)(n,{slug:a,version:b,tree:c,level:1})]})}c(96786);var p=c(47898);function q({title:a,project:b,version:c,rightSidebar:e,footer:f,tree:g,showRightSidebar:h,children:i}){return(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)(p.default,{showRightSidebar:h,children:a}),(0,d.jsxs)("div",{className:"flex w-full max-w-[1632px] flex-1 flex-row justify-between gap-4",children:[(0,d.jsx)(o,{slug:b.id,version:c,tree:g}),(0,d.jsx)("main",{className:`
23
+ mt-4 min-h-[86vh] flex-1 overflow-auto px-2 pb-6 sm:mt-0 sm:min-h-[auto] sm:max-w-5xl sm:pt-4 lg:px-0
24
+ `,children:i}),e]}),f]})}},86544:(a,b,c)=>{c.r(b),c.d(b,{Tooltip:()=>i,TooltipContent:()=>k,TooltipProvider:()=>h,TooltipTrigger:()=>j});var d=c(70869),e=c(40208),f=c(72174),g=c(3095);let h=f.Kq,i=f.bL,j=f.l9,k=e.forwardRef(({className:a,sideOffset:b=4,...c},e)=>(0,d.jsx)(f.UC,{ref:e,sideOffset:b,className:(0,g.cn)(`
25
+ z-50 animate-in overflow-hidden overscroll-contain rounded-md border border-tertiary bg-primary-alt px-3 py-1.5
26
+ text-sm text-primary-alt shadow-md fade-in-0 zoom-in-95 data-[side=bottom]:slide-in-from-top-2
27
+ data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2
28
+ data-[side=top]:slide-in-from-bottom-2 data-[state=closed]:animate-out data-[state=closed]:fade-out-0
29
+ data-[state=closed]:zoom-out-95
30
+ `,a),...c}));k.displayName=f.UC.displayName},93715:(a,b,c)=>{c.d(b,{default:()=>q});var d=c(70869);c(40208);var e=c(68923),f=c(86544),g=c(75745),h=c(36060);let i=(0,h.A)("flag",[["path",{d:"M4 22V4a1 1 0 0 1 .4-.8A6 6 0 0 1 8 2c3 0 5 2 7.333 2q2 0 3.067-.8A1 1 0 0 1 20 4v10a1 1 0 0 1-.4.8A6 6 0 0 1 16 16c-3 0-5-2-8-2a6 6 0 0 0-4 1.528",key:"1jaruq"}]]);var j=c(3095),k=c(35322);function l({local:a,project:b,path:c,preview:h,full:l}){let m=(0,e.c3)("PageEditControls"),n=function(a,b,c){let d=function(a,b){let c=new URLSearchParams;if(a){for(let b in a)if(null!=a[b]){let d=a[b];d&&c.set(b,d)}}return c.toString()}({project:a,type:b,path:c});return`/report?${d}`}(b,"docs",c?.join("/")??null),o=(0,d.jsx)(g.$,{asChild:!0,variant:"outline",size:"sm",className:"font-normal text-secondary hover:bg-transparent sm:h-fit sm:border-none sm:p-0",children:(0,d.jsxs)(k.k,{href:n,children:[(0,d.jsx)(i,{className:(0,j.cn)("mr-2 h-4 w-4",!l&&"sm:mr-0")}),(0,d.jsx)("span",{className:(0,j.cn)(!l&&"sm:hidden"),children:m("report_button")})]})});return!h&&!a&&b&&c&&(l?o:(0,d.jsx)(f.TooltipProvider,{children:(0,d.jsxs)(f.Tooltip,{children:[(0,d.jsx)(f.TooltipTrigger,{asChild:!0,children:o}),(0,d.jsx)(f.TooltipContent,{children:m("report")})]})}))}let m=(0,h.A)("square-pen",[["path",{d:"M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7",key:"1m0v6g"}],["path",{d:"M18.375 2.625a1 1 0 0 1 3 3l-9.013 9.014a2 2 0 0 1-.853.505l-2.873.84a.5.5 0 0 1-.62-.62l.84-2.873a2 2 0 0 1 .506-.852z",key:"ohrbg2"}]]);function n({editUrl:a}){let b=(0,e.c3)("PageEditControls");return a&&(0,d.jsxs)(k.k,{href:a,className:`
31
+ flex items-center rounded-md border border-quaternary px-3 py-2 text-sm text-secondary hover:text-primary-alt
32
+ sm:border-none sm:p-0
33
+ `,children:[(0,d.jsx)(m,{className:"mr-2 h-4 w-4"}),b("edit_gh")]})}function o({slug:a,path:b,editUrl:c,local:e,preview:f}){return(0,d.jsxs)("div",{className:"flex w-full flex-row justify-between sm:max-w-5xl",children:[(0,d.jsx)("div",{className:"hidden flex-row flex-nowrap items-center justify-start gap-4 sm:flex",children:(0,d.jsx)(l,{local:e,project:a,path:b,preview:f})}),(0,d.jsx)("div",{className:"hidden flex-row flex-nowrap items-center justify-start gap-4 sm:flex",children:(0,d.jsx)("div",{className:"flex flex-col items-end gap-y-3 sm:flex-row sm:items-center sm:gap-x-4 sm:gap-y-0",children:(0,d.jsx)(n,{editUrl:c})})})]})}function p({local:a,slug:b,path:c,editUrl:e,preview:f}){return(0,d.jsx)("div",{className:"flex flex-col gap-3 sm:hidden",children:(0,d.jsxs)("div",{className:"flex flex-row flex-wrap justify-between gap-2",children:[(0,d.jsx)(l,{local:a,project:b,path:c,preview:f}),(0,d.jsx)(n,{editUrl:e})]})})}function q(a){return(0,d.jsxs)("footer",{className:`
34
+ relative flex w-full shrink-0 flex-col-reverse justify-between gap-y-3 border-t border-border bg-primary px-1 py-3
35
+ text-sm text-secondary sm:h-16 sm:flex-row sm:items-center sm:justify-center sm:gap-y-0 sm:px-4
36
+ `,children:[(0,d.jsx)(o,{...a}),(0,d.jsx)(p,{...a})]})}}};
@@ -0,0 +1 @@
1
+ "use strict";exports.id=700,exports.ids=[700],exports.modules={60700:a=>{a.exports=JSON.parse('{"Badges":{"local":"Local","latest":"Latest","admin":"Admin"},"NavigationHeader":{"title":"Modded Minecraft Wiki","title_short":"Wiki","badge":{"preview":"PREVIEW MODE","beta":"Beta"},"link":{"home":"Home","browse":"Browse","about":"About"}},"NavigationFooter":{"title":"Modded Minecraft Wiki","links":{"navigation":{"title":"Navigation","home":"Homepage","browse":"Browse","dev":"Developers"},"links":{"title":"Links"},"resources":{"title":"Resources","blog":"Blog","status":"Status","translate":"Help us translate"},"about":{"title":"About","tos":"Terms of Service","privacy":"Privacy Policy","contact":"Contact"}}},"HomePage":{"title":"Welcome to the <highlight>Modded Minecraft Wiki</highlight>","subtitle":"Your go-to resource for discovering, creating, and contributing to Minecraft-related projects.","popular":{"title":"Popular Wikis","open":"Read more","disclaimer":"These projects are highlighted based on their popularity through view statistics and are not officially endorsed by Modded Minecraft Wiki."},"community":{"title":"Join Our Community","users":{"title":"Users","subtitle":"Explore our featured projects and enjoy these benefits:","docs":"Access high-quality, up-to-date and versioned documentation","contribute":"Contribute to projects without programming knowledge","ui":"Enjoy a consistent, user-friendly interface across all projects","localization":"Benefit from multi-language support"},"authors":{"title":"Authors","subtitle":"Get access to the Project Dashboard and enjoy these benefits:","vcs":"Versioning support for your documentation","components":"Built-in components for recipes, assets, etc.","gradle":"Gradle integration for seamless workflow","management":"Advanced project management tools","interaction":"Direct interaction with your user base","dashboard":"Open Dashboard","guide":"Read More"}},"browse":"Browse Projects","highlights":{"localization":{"title":"Localization","desc":"Translate your docs into world languages"},"accessibility":{"title":"Accessible","desc":"Intuitive and responsive user interface"},"open":{"title":"Open","desc":"Let your users contribute without any programming knowledge necessary"},"free":{"title":"Free","desc":"Hosting docs on our website is completely free of charge!"}},"about":{"title":"About Us","maintainers":"The Wiki is built and maintained by <b>Sinytra</b>, a dedicated team of passionate developers focused on delivering high-quality, Free and Open Source software for the Minecraft modding community.","mission":"Our goal is to empower modders and players alike by providing the tools and resources necessary to create, document, and explore the endless possibilities of modded Minecraft."},"blog":{"title":"Blog Posts","open":"Read More"}},"BrowsePage":{"sidebar":{"title":"Browse projects","search_filters":"Search filters...","categories":"Categories"},"sorting":"Sort by","sort":{"relevance":"Relevance","creation_date":"Creation date","popularity":"Popularity","az":"A-Z","za":"Z-A"},"search":"Search projects...","clear_filter":"Clear filters","no_results":"Search query returned no results!"},"SearchProjectTypes":{"mod":"Mods","modpack":"Modpacks","resourcepack":"Resource packs","datapack":"Data packs","shader":"Shaders","plugin":"Plugins"},"ProjectTypes":{"mod":"Mod","modpack":"Modpack","resourcepack":"Resource pack","datapack":"Data pack","shader":"Shader","plugin":"Plugin"},"LoadingContent":{"message":"Loading..."},"MetaDocsNavigation":{"title":"Navigation","about":"About","devs":"Author guide","components":"Components","help":"Get help","tos":"Terms of Use","privacy":"Privacy Policy","security":"Security Notice"},"Login":{"title":"Login required","desc":"The page you are trying to access requires you to log in.","prompt":"Please use your GitHub account to continue.","button":"Log in with GitHub"},"Preview":{"title":"Preview mode is enabled","desc":"Preview mode enables a minimal user interface, allowing you to focus on drafting your docs locally before they are published.","roots":"Available local documentation roots","open":"Open"},"DocsProjectInfo":{"title":"Project information","type":"Type","author":"Author","tags":"Tags","latest":{"title":"Latest version","unknown":"N/A"},"license":{"title":"License","custom":"Custom","unknown":"Unknown","arr":"All Rights Reserved"}},"ProjectCategories":{"adventure":"Adventure","cursed":"Cursed","decoration":"Decoration","economy":"Economy","equipment":"Equipment","food":"Food","game-mechanics":"Game Mechanics","library":"Library","magic":"Magic","management":"Management","minigame":"Minigame","mobs":"Mobs","optimization":"Optimization","social":"Social","storage":"Storage","technology":"Technology","transportation":"Transporation","utility":"Utility","worldgen":"Worldgen","server-utility":"Server Utility","armor-weapons-tools":"Armor, Tools, and Weapons","library-api":"API and Library","adventure-rpg":"Adventure and RPG","world-gen":"World Gen","cosmetic":"Cosmetic","mc-food":"Food","performance":"Performance","map-information":"Map and Information","bug-fixes":"Bug Fixes","mc-addons":"Addons","education":"Education","mc-miscellaneous":"Miscellaneous","redstone":"Redstone","utility-qol":"Utility & QoL","mc-creator":"MCreator"},"PageEditControls":{"edit_gh":"Edit this page","report":"Report this page","report_button":"Report page","last_updated":"Last updated: <date></date>"},"Report":{"title":"Report a documentation page","desc":"Report content that violates our <tos>Terms of Service</tos> or <cr>Content Rules</cr>.","contact":"For auditing purposes, your <b>username</b> will be included in the report.","confidential":"Your privacy is important to us, and this information will always be kept confidential.","privacy":"For more information, please refer to our <link>Privacy Policy</link>.","form":{"id":{"title":"Project ID","desc":"Reported project ID."},"path":{"title":"Page path","desc":"Reported documentation page path."},"locale":{"title":"Locale","desc":"Applied if the content lies within a localized subpath.","placeholder":"N/A"},"version":{"title":"Version","desc":"Applied if the content lies within a named version.","placeholder":"N/A"},"reason":{"title":"Reason*","placeholder":"Select a reason for reporting this content","desc":"Reason for reporting this content.","dislike":"I just don\'t like it"},"details":{"title":"Details*","placeholder":"Please provide more details on why you\'re reporting this content. Note that empty reports will be ignored.","desc":"Additional details about the issue."},"dislike":{"title":"We understand that you may not like this content, and that\'s totally okay!","desc":"Unfortunately, however, it is not a valid reason to report a project.","suggestion":"Would you like to look for something else to explore instead?","explore":"Explore projects"},"success":"Report submitted successfully"}},"ProjectReportReason":{"spam":"Spam","copyright":"Copyright Infringement","content_rules":"Violates Content Rules","tos":"Violates Terms of Service","unknown":"Unknown"},"ProjectReportStatus":{"new":"New","dismissed":"Dismissed","accepted":"Accepted","unknown":"Unknown"},"ProjectReportType":{"project":"Project","docs":"Docs page","content":"Content page","unknown":"Unknown"},"ViewReportPage":{"reports":"Reports","title":"Report details","desc":"Viewing report details for {id}","details":{"reporter":"Reported by","project_id":"Project ID","path":"Path","body":"Body","reason":"Reason","created_at":"Created at","status":"Status","type":"Type","locale":"Locale","version":"Version"},"actions":{"dismiss":"Dismiss","accept":"Accept"},"toast":{"accept":"Report accepted","dismiss":"Report dismissed"}},"SubmitButton":{"title":"Submit"},"Callout":{"default":"Heads up!","info":"Info","warning":"Warning","danger":"Danger"},"ProjectRegisterForm":{"button":"New Project","title":"Register project","desc":"Register a new project to the wiki.","repo":{"title":"Repository URL","desc":"This is the address you use to clone your repository.","placeholder":"https://github.com/ExampleUser/ExampleMod"},"branch":{"title":"Branch","desc":"Primary branch ref. You can specify additional branches to include in your metadata file."},"path":{"title":"Path to documentation root","desc":"Path to the folder containing the metadata file."},"admin":"Wiki admin settings","is_community":{"title":"Community-maintained project"},"errors":{"details":"Show details"},"connect_modrinth":{"desc":"Connect your <b>Modrinth account</b> in Settings to easily verify platform project ownership at any time.","settings":"Open Settings"},"submit":"Submit","success":{"title":"Project registered successfully","desc":"You can now navigate to the project\'s docs page"},"submitting":"Submitting...","verify_modrinth":"Verify using Modrinth"},"ProjectSettingsForm":{"title":"Edit project","desc":"Edit an existing project\'s settings.","button":"Settings","success":{"title":"Project updated successfully","desc":"You can now navigate to the updated project\'s docs page"}},"ProjectDeleteForm":{"trigger":"Delete project","title":"Are you absolutely sure?","desc":"This action cannot be undone. This will permanently delete your project and remove all associated data from our servers.","cancel":"Cancel","submit":"Delete","success":"Project deleted successfully"},"FormActions":{"errors":{"unauthorized":"User authentication error","internal":"Internal Server Error, please try again later.","unknown":"An unknown error has occurred, please try again later.","no_platforms":"No platform projects defined in metadata.","no_project":"Platform project not found. Please make sure the metadata \\"slug\\" field is correct.","unsupported_type":"Unsupported project type","ownership":"Failed to verify project ownership","cf_unavailable":"Registering CurseForge projects is not active","requires_auth":"Repository connection requires login credentials but none were provided","no_repository":"Repository not found","no_branch":"Invalid branch specified","no_path":"Metadata file not found at specified path","invalid_meta":"Metadata file is invalid","unsupported":"Not yet implemented","exists":"Project already exists.","not_found":"Project does not exist","illegal_id":"Illegal project ID","not_owner":"User is not authorized to register this project"}},"CommunityBadge":{"title":"Community","desc":"Unofficial documentation maintained by the community"},"DocsPageNotFoundError":{"title":"We lost this page","desc":"The requested documentation page is not available at the moment.","suggestion":"Please try again later or report this issue to the project author.","submit":"Submit issue","return":"Return Home"},"GetStartedButton":{"title":"Create your first project"},"ProjectHomepage":{"overview":{"intro":"<project></project> is a {type} created by <authors></authors>.","availability":"Available for <versions></versions>. Latest version built for <latest></latest>. First released for <first></first>.","tags":"Tagged:"},"description":{"title":"Description"},"navigation":{"title":"Navigation","docs":{"title":"Browse documentation","desc":"{pages} pages available."},"content":{"title":"Browse content","desc":"{items} in-game items."}},"links":{"title":"Links","website":"Website","source_code":"Source code"},"license":{"title":"Licenses","project":"Project License","arr":"All Rights Reserved","unknown":"Unknown","wiki":"Wiki License","default":"Wiki content <link>partially made available</link> under the <license></license> license."}},"ProjectDocsHomepage":{"title":"Home"},"DocsHomepagePlaceholder":{"title":"Homepage placeholder","subtitle":"Due to API restrictions, project metadata is not available for CurseForge projects in local environments.","replace":"Don\'t worry! We\'ll replace this placeholder with the project\'s actual description once deployed on the live wiki website."},"DocsSearchBar":{"placeholder":"Search wiki contents...","no_results":"No results found!","loading":"Finding the perfect results...","results":"Showing <highlight>{count}</highlight> of <highlight>{total}</highlight> results","close":"<kbd>ESC</kbd> to close"},"DocsChangelogPage":{"title":"Changelog"},"DocsLeftSidebar":{"title":"Documentation","homepage":"Home"},"DocsContentRightSidebar":{"title":"Entry information"},"DocsNonContentRightSidebar":{"title":"On this page"},"DocsVersionSelector":{"placeholder":"Select version","latest":"Latest"},"ModVersionRange":{"desc":"+{count} more"},"LanguageSelect":{"placeholder":"Search languages...","no_results":"No language found."},"ProjectStatus":{"unknown":"Unknown","loading":"Initializing","healthy":"Loaded","at_risk":"Requires attention","error":"Errored"},"DevProjectsListPage":{"project":{"manage":"Manage"},"empty":{"primary":"Looks like you haven\'t created any projects yet","secondary":"Get started by reading our <guide>author guide</guide>."}},"DevProjectPage":{"breadcrumbs":{"home":"Home"},"toolbar":{"view":"View","deployments":"Deployments"},"overview":{"title":"Project overview","desc":"Project information summary"},"source":{"title":"Project Source","repo":"Repository","branch":"Branch","path":"Path","public":"Public"},"platforms":{"title":"Platforms","desc":"Project hosting platforms","headers":{"platform":"Platform","slug":"Slug / ID","link":"Link"},"open":"Open"},"information":{"title":"Information","desc":"Resolved information","type":"Type","status":"Status","created_at":"Created at"},"revision":{"title":"Current git revision","reloading":"Reloading project, please stand by...","not_found":"No revision found. Try reloading the project."}},"DevProjectSettingsPage":{"title":"Project settings","desc":"Configure project properties"},"DevProjectVersionsPage":{"title":"Project versions","desc":"Browse project content versions"},"DevProjectHealthPage":{"title":"Project health","desc":"Monitor project status and issues","errors":{"title":"Project issue report","desc":"Ongoing warnings & errors","empty":"No issues found"}},"DevProjectMembersPage":{"title":"Project members","desc":"Manage project members & permissions","roles":{"owner":"Owner"},"actions":{"manage":"Manage"}},"DevProjectContentItemsPage":{"title":"Project items","desc":"Browse project items"},"DevProjectContentRecipesPage":{"title":"Project recipes","desc":"Browse project crafting recipes"},"DevProjectContentTagsPage":{"title":"Project tags","desc":"Browse project tags"},"DevProjectLogs":{"title":"Deployment log","show":"Show","unloaded":"Not loaded","waiting":"Waiting for server...","loading":"Loading...","error":"Error loading logs","toast":{"success":"Project setup complete","error":"Error during project setup"}},"DeveloperSidebar":{"teams":{"personal":"Personal"},"groups":{"projects":"Projects","platform":"Platform","admin":"Administration"},"nav":{"projects":"Projects","documentation":"Documentation","settings":"Settings","admin":"System settings"}},"DevSidebarContextSwitcher":{"title":"Teams"},"DevSidebarUser":{"logout":{"button":"Log out","title":"Logout","desc":"Logging out..."},"unknown_avatar":"N/A"},"UserSettings":{"breadcrumbs":{"home":"Home","settings":"Settings"},"profile":{"bio":"Modded Minecraft Wiki creator","join_date":"Joined {date}","admin":"Admin"},"connections":{"title":"Connections","modrinth":{"title":"Modrinth account","desc":"Used to verify project ownership","connect":"Connect","view":"View","disconnect":"Disconnect"}},"account":{"title":"Account","delete":{"title":"Delete account","desc":"Forever delete all account data","button":"Delete account"},"delete_modal":{"title":"Delete account","desc":"Are you sure you want to delete this account? This is a destructive action that cannot be undone.","cancel":"Cancel","button":"Delete forever"}},"toast":{"unlink":{"success":"Account unlinked successfully","error":"Error unlinking account"}}},"AuthFailure":{"title":"Authentication failure","desc":"An unexpected error has occured while trying to log in. Please try again later.","status":"Check status","return":"Return home","report":"Report Bug"},"BuiltinRecipeTypes":{"blasting":"Blasting","campfire_cooking":"Campfire cooking","crafting_shaped":"Shaped Crafting","crafting_shapeless":"Shapeless Crafting","smelting":"Smelting","smithing_transform":"Smithing","smoking":"Smoking","stonecutting":"Stonecutting"},"DocsEntryTabs":{"history":"Show history","home":"Show content"},"DevProjectSidebar":{"groups":{"project":"Project","content":"Content"},"nav":{"home":"Overview","settings":"Settings","members":"Members","deployments":"Deployments","health":"Health","versions":"Versions","content":"Items","tags":"Tags","recipes":"Recipes"}},"PrefabObtaining":{"recipe":"Recipe"},"PrefabUsage":{"usage":"Usage"},"AdminSidebar":{"groups":{"home":"Home","data":"Data","system":"System","moderation":"Moderation"},"nav":{"home":"Overview","data_imports":"Data Imports","access_keys":"Access Keys","migrations":"Migrations","users":"Users","projects":"Projects","config":"Configuration","reports":"Reports","audit_log":"Audit Log","return":"Return"}},"AdminDataImports":{"title":"System data imports","desc":"Imported game data"},"AdminMigrations":{"title":"Data migrations","desc":"Available data migrations"},"EmptyDataTable":{"guide":"Read the <link>author guide</link> to find out more on how to integrate game data into your project."},"DataTable":{"no_results":"No results.","filter":"Filter rows...","previous":"Previous","next":"Next"},"DevProjectVersionsTable":{"name":"Name","branch":"Branch","empty":{"title":"No additional versions were found in your project.","desc":"Read the <link>author guide</link> to learn more about project versioning."}},"DevProjectItemsTable":{"icon":"Icon","id":"Identifier","name":"Name","path":"Page path (internal)","actions":{"open":"Open menu","title":"Actions","view":"View"},"empty":{"title":"No items were found in your project.","desc":"Project items are automatically detected from content pages and included game files."}},"DevProjectTagsTable":{"id":"Identifier","items":"Item count","empty":{"title":"No tags were found in your project."}},"DevProjectRecipesTable":{"type":"Type","id":"Identifier","empty":{"title":"No recipes were found in your project."}},"ResolvedProjectRecipe":{"type":"Recipe Type","input":"Ingredients","output":"Outputs","preview":"Recipe preview","workbenches":"You can craft this recipe using:"},"DevProjectDeploymentsPage":{"title":"Project deployments","desc":"Manage deployed project versions"},"DevProjectDeploymentsTable":{"id":"ID","commit":"Commit","created_at":"Deploy time","user_id":"Deployed by","status":"Status"},"DeploymentStatus":{"unknown":"N/A","created":"Queued","loading":"Loading","success":"Success","error":"Failed"},"DeleteDeploymentModal":{"trigger":"Delete","title":"Are you absolutely sure?","desc":"This action cannot be undone. This deployment will be permanently deleted from our servers.","cancel":"Cancel","submit":"Delete","success":"Deployment deleted successfully"},"DeployProjectModal":{"button":"Deploy","title":"New deployment","primary":"All project content will be <b>re-fetched</b> from the source. This option should be used upon updating the documentation source itself.","secondary":"If the new deployment fails, currently stored data <b>will not</b> be replaced. You can always <b>roll back</b> to previous deployments using the \'Redeploy\' option.","tertiary":"For your own convenience, we recommend automatically revalidating docs after publication using our <link>Gradle plugin</link> instead.","note":"Project configuration remains unchanged. For updating meta information (e.g. source and platforms), please use the Settings dialog instead.","cancel":"Cancel","submit":"Deploy"},"LiveProjectDeployConnection":{"loading":"Deploying project...","success":"Project deploy successful","error":"Project deploy failed","view":"View"},"DevProjectDeploymentPage":{"deployments":"Deployments","title":"Deployment Details","git-config":{"title":"Source coordinates"}},"ProjectGitRevision":{"title":"Git revision","title_current":"Current Git revision","loading":"Deploying project, please stand by...","not_found":"Project has no active deployment"},"ProjectIssueWidget":{"file":"File: <file></file>","date":"Created at: <date></date>","version":"Version: <version></version>"},"ProjectIssueLevel":{"warning":"Warning","error":"Error","unknown":"Unknown"},"ProjectIssueType":{"meta":"Invalid project metadata","file":"Invalid file","git_clone":"Error cloning repository","git_info":"Error getting commit information","ingestor":"Error importing content","internal":"Internal server error","page_render":"Invalid page","unknown":"Unknown error"},"DeploymentIssues":{"title":"Deployment issues","empty":"No issues found.","issues_found":"Found {count, plural, =1 {1 issue that needs} other {# issues that need}} attention."},"ProjectError":{"requires_auth":"Repository connection requires login credentials but none were provided","no_repository":"Repository not found","repo_too_large":"Repository exceeds allowed file size","no_branch":"Invalid branch specified","no_path":"Metadata file not found at specified path","invalid_meta":"Metadata file is invalid","invalid_page":"Failed to render page contents","duplicate_page":"Duplicate page","unknown_recipe_type":"Unknown recipe type","invalid_ingredient":"Invalid ingredient","invalid_file":"Failed to parse file","invalid_format":"Invalid file format","invalid_resloc":"Invalid Resource Location","invalid_version_branch":"Version branch does not exist","missing_platform_project":"Missing platform project","no_page_title":"Page is missing title","missing_required_attribute":"Page is missing a required metadata attribute","unknown":"Unknown error"},"AdminReports":{"title":"Project Reports","desc":"Manage project reports"},"ResponsiveTable":{"expand":"Expand"},"UsageContentList":{"more":"Show more ..."},"RecipeUsage":{"description":"Can be used to create the following items:","empty":"Has no known usages in crafting."},"ContentCategory":{"all":"All","other":"Other"},"ContentChangelog":{"toggle":"Show changelog"},"ContentProperties":{"bool":{"true":"Yes","false":"No"},"type":{"block":"Block","item":"Item","other":"Other"},"properties":{"id":"ID","source_mod":"Source mod","type":"Type","stack_size":"Stack size","required_tool":"Tool","blast_resistance":"Blast resistance","hardness":"Hardness","flammable":"Flammable"}},"DocsLink":{"not_found":"(Not found)"},"AdminAccessKeys":{"title":"System access keys","desc":"Provides auth for when non-interactive access is needed, such as CI"},"CreateAccessKeyModal":{"title":"Create access key","desc":"New system access key","button":"Create","name":{"title":"Name","desc":"Give your key a name","placeholder":"Deploy staging"},"days_valid":{"title":"Days of validity","desc":"Number of days the key is valid for. Use 0 for no expiration."},"submit":"Submit","submitting":"Submitting..."},"SaveAccessKeyModal":{"title":"Access Key","desc":"Save your generated access key","key":"Access Key","note":"Keep the key value safe. You won\'t be able to access it again.","valid":"The key is valid until {expiry}.","close":"Done"},"DeleteAccessKeyModal":{"title":"Delete Access Key","desc":"Invalidate and delete access key","body":"This will forever delete the access key <name></name>.","cancel":"Cancel","submit":"Delete","success":"Access Key deleted successfully"},"CopyButton":{"copied":"Copied to clipboard"},"InteractiveComponentPlaceholder":{"title":"Content unavailable in preview mode","desc":"Interactive components are currently not supported in the local previewer. The actual contents will be shown here when the project is deployed onto the Wiki website."},"RevalidateCacheModal":{"title":"Revalidate cache tag","desc":"Manually revalidate a cache tag. Used for diagnostic purposes.","button":"Revalidate cache tag","tag":{"title":"Cache Tag","desc":"The cache tag to revalidate"},"success":"Cache tag invalidated successfully"}}')}};
@@ -0,0 +1 @@
1
+ "use strict";exports.id=7014,exports.ids=[7014],exports.modules={67014:(a,b,c)=>{c.r(b),c.d(b,{colors:()=>f,default:()=>h,name:()=>d,semanticHighlighting:()=>g,tokenColors:()=>e});var d="solarized-dark",e=[{settings:{foreground:"#839496"}},{scope:["meta.embedded","source.groovy.embedded","string meta.image.inline.markdown"],settings:{foreground:"#839496"}},{name:"Comment",scope:"comment",settings:{fontStyle:"italic",foreground:"#586E75"}},{name:"String",scope:"string",settings:{foreground:"#2AA198"}},{name:"Regexp",scope:"string.regexp",settings:{foreground:"#DC322F"}},{name:"Number",scope:"constant.numeric",settings:{foreground:"#D33682"}},{name:"Variable",scope:["variable.language","variable.other"],settings:{foreground:"#268BD2"}},{name:"Keyword",scope:"keyword",settings:{foreground:"#859900"}},{name:"Storage",scope:"storage",settings:{fontStyle:"bold",foreground:"#93A1A1"}},{name:"Class name",scope:["entity.name.class","entity.name.type","entity.name.namespace","entity.name.scope-resolution"],settings:{fontStyle:"",foreground:"#CB4B16"}},{name:"Function name",scope:"entity.name.function",settings:{foreground:"#268BD2"}},{name:"Variable start",scope:"punctuation.definition.variable",settings:{foreground:"#859900"}},{name:"Embedded code markers",scope:["punctuation.section.embedded.begin","punctuation.section.embedded.end"],settings:{foreground:"#DC322F"}},{name:"Built-in constant",scope:["constant.language","meta.preprocessor"],settings:{foreground:"#B58900"}},{name:"Support.construct",scope:["support.function.construct","keyword.other.new"],settings:{foreground:"#CB4B16"}},{name:"User-defined constant",scope:["constant.character","constant.other"],settings:{foreground:"#CB4B16"}},{name:"Inherited class",scope:"entity.other.inherited-class",settings:{foreground:"#6C71C4"}},{name:"Function argument",scope:"variable.parameter",settings:{}},{name:"Tag name",scope:"entity.name.tag",settings:{foreground:"#268BD2"}},{name:"Tag start/end",scope:"punctuation.definition.tag",settings:{foreground:"#586E75"}},{name:"Tag attribute",scope:"entity.other.attribute-name",settings:{foreground:"#93A1A1"}},{name:"Library function",scope:"support.function",settings:{foreground:"#268BD2"}},{name:"Continuation",scope:"punctuation.separator.continuation",settings:{foreground:"#DC322F"}},{name:"Library constant",scope:["support.constant","support.variable"],settings:{}},{name:"Library class/type",scope:["support.type","support.class"],settings:{foreground:"#859900"}},{name:"Library Exception",scope:"support.type.exception",settings:{foreground:"#CB4B16"}},{name:"Library variable",scope:"support.other.variable",settings:{}},{name:"Invalid",scope:"invalid",settings:{foreground:"#DC322F"}},{name:"diff: header",scope:["meta.diff","meta.diff.header"],settings:{fontStyle:"italic",foreground:"#268BD2"}},{name:"diff: deleted",scope:"markup.deleted",settings:{fontStyle:"",foreground:"#DC322F"}},{name:"diff: changed",scope:"markup.changed",settings:{fontStyle:"",foreground:"#CB4B16"}},{name:"diff: inserted",scope:"markup.inserted",settings:{foreground:"#859900"}},{name:"Markup Quote",scope:"markup.quote",settings:{foreground:"#859900"}},{name:"Markup Lists",scope:"markup.list",settings:{foreground:"#B58900"}},{name:"Markup Styling",scope:["markup.bold","markup.italic"],settings:{foreground:"#D33682"}},{name:"Markup: Strong",scope:"markup.bold",settings:{fontStyle:"bold"}},{name:"Markup: Emphasis",scope:"markup.italic",settings:{fontStyle:"italic"}},{scope:"markup.strikethrough",settings:{fontStyle:"strikethrough"}},{name:"Markup Inline",scope:"markup.inline.raw",settings:{fontStyle:"",foreground:"#2AA198"}},{name:"Markup Headings",scope:"markup.heading",settings:{fontStyle:"bold",foreground:"#268BD2"}},{name:"Markup Setext Header",scope:"markup.heading.setext",settings:{fontStyle:"",foreground:"#268BD2"}}],f={focusBorder:"#2AA19899","selection.background":"#2AA19899","input.background":"#003847","input.foreground":"#93A1A1","input.placeholderForeground":"#93A1A1AA","inputOption.activeBorder":"#2AA19899","inputValidation.infoBorder":"#363b5f","inputValidation.infoBackground":"#052730","inputValidation.warningBackground":"#5d5938","inputValidation.warningBorder":"#9d8a5e","inputValidation.errorBackground":"#571b26","inputValidation.errorBorder":"#a92049",errorForeground:"#ffeaea","badge.background":"#047aa6","progressBar.background":"#047aa6","dropdown.background":"#00212B","dropdown.border":"#2AA19899","button.background":"#2AA19899","list.activeSelectionBackground":"#005A6F","quickInputList.focusBackground":"#005A6F","list.hoverBackground":"#004454AA","list.inactiveSelectionBackground":"#00445488","list.dropBackground":"#00445488","list.highlightForeground":"#1ebcc5","editor.background":"#002B36","editor.foreground":"#839496","editorWidget.background":"#00212B","editorCursor.foreground":"#D30102","editorWhitespace.foreground":"#93A1A180","editor.lineHighlightBackground":"#073642","editorLineNumber.activeForeground":"#949494","editor.selectionBackground":"#274642","minimap.selectionHighlight":"#274642","editorIndentGuide.background":"#93A1A180","editorIndentGuide.activeBackground":"#C3E1E180","editorHoverWidget.background":"#004052","editorMarkerNavigationError.background":"#AB395B","editorMarkerNavigationWarning.background":"#5B7E7A","editor.selectionHighlightBackground":"#005A6FAA","editor.wordHighlightBackground":"#004454AA","editor.wordHighlightStrongBackground":"#005A6FAA","editorBracketHighlight.foreground1":"#cdcdcdff","editorBracketHighlight.foreground2":"#b58900ff","editorBracketHighlight.foreground3":"#d33682ff","peekViewResult.background":"#00212B","peekViewEditor.background":"#10192c","peekViewTitle.background":"#00212B","peekView.border":"#2b2b4a","peekViewEditor.matchHighlightBackground":"#7744AA40","titleBar.activeBackground":"#002C39","editorGroup.border":"#00212B","editorGroup.dropBackground":"#2AA19844","editorGroupHeader.tabsBackground":"#004052","tab.activeForeground":"#d6dbdb","tab.activeBackground":"#002B37","tab.inactiveForeground":"#93A1A1","tab.inactiveBackground":"#004052","tab.border":"#003847","tab.lastPinnedBorder":"#2AA19844","activityBar.background":"#003847","panel.border":"#2b2b4a","sideBar.background":"#00212B","sideBarTitle.foreground":"#93A1A1","statusBar.foreground":"#93A1A1","statusBar.background":"#00212B","statusBar.debuggingBackground":"#00212B","statusBar.noFolderBackground":"#00212B","statusBarItem.remoteBackground":"#2AA19899","ports.iconRunningProcessForeground":"#369432","statusBarItem.prominentBackground":"#003847","statusBarItem.prominentHoverBackground":"#003847","debugToolBar.background":"#00212B","debugExceptionWidget.background":"#00212B","debugExceptionWidget.border":"#AB395B","pickerGroup.foreground":"#2AA19899","pickerGroup.border":"#2AA19899","terminal.ansiBlack":"#073642","terminal.ansiRed":"#dc322f","terminal.ansiGreen":"#859900","terminal.ansiYellow":"#b58900","terminal.ansiBlue":"#268bd2","terminal.ansiMagenta":"#d33682","terminal.ansiCyan":"#2aa198","terminal.ansiWhite":"#eee8d5","terminal.ansiBrightBlack":"#002b36","terminal.ansiBrightRed":"#cb4b16","terminal.ansiBrightGreen":"#586e75","terminal.ansiBrightYellow":"#657b83","terminal.ansiBrightBlue":"#839496","terminal.ansiBrightMagenta":"#6c71c4","terminal.ansiBrightCyan":"#93a1a1","terminal.ansiBrightWhite":"#fdf6e3"},g=!0,h={name:d,tokenColors:e,colors:f,semanticHighlighting:!0}}};
@@ -0,0 +1 @@
1
+ "use strict";exports.id=7040,exports.ids=[7040],exports.modules={17040:(a,b,c)=>{c.r(b),c.d(b,{default:()=>i,displayName:()=>d,name:()=>e,patterns:()=>f,repository:()=>g,scopeName:()=>h});var d="SCSS",e="scss",f=[{include:"#variable_setting"},{include:"#at_rule_forward"},{include:"#at_rule_use"},{include:"#at_rule_include"},{include:"#at_rule_import"},{include:"#general"},{include:"#flow_control"},{include:"#rules"},{include:"#property_list"},{include:"#at_rule_mixin"},{include:"#at_rule_media"},{include:"#at_rule_function"},{include:"#at_rule_charset"},{include:"#at_rule_option"},{include:"#at_rule_namespace"},{include:"#at_rule_fontface"},{include:"#at_rule_page"},{include:"#at_rule_keyframes"},{include:"#at_rule_at_root"},{include:"#at_rule_supports"},{match:";",name:"punctuation.terminator.rule.css"}],g={at_rule_at_root:{begin:"\\s*((@)(at-root))(\\s+|$)",beginCaptures:{1:{name:"keyword.control.at-rule.at-root.scss"},2:{name:"punctuation.definition.keyword.scss"}},end:"\\s*(?={)",name:"meta.at-rule.at-root.scss",patterns:[{include:"#function_attributes"},{include:"#functions"},{include:"#selectors"}]},at_rule_charset:{begin:"\\s*((@)charset\\b)\\s*",captures:{1:{name:"keyword.control.at-rule.charset.scss"},2:{name:"punctuation.definition.keyword.scss"}},end:"\\s*((?=;|$))",name:"meta.at-rule.charset.scss",patterns:[{include:"#variable"},{include:"#string_single"},{include:"#string_double"}]},at_rule_content:{begin:"\\s*((@)content\\b)\\s*",captures:{1:{name:"keyword.control.content.scss"}},end:"\\s*((?=;))",name:"meta.content.scss",patterns:[{include:"#variable"},{include:"#selectors"},{include:"#property_values"}]},at_rule_each:{begin:"\\s*((@)each\\b)\\s*",captures:{1:{name:"keyword.control.each.scss"},2:{name:"punctuation.definition.keyword.scss"}},end:"\\s*((?=}))",name:"meta.at-rule.each.scss",patterns:[{match:"\\b(in|,)\\b",name:"keyword.control.operator"},{include:"#variable"},{include:"#property_values"},{include:"$self"}]},at_rule_else:{begin:"\\s*((@)else(\\s*(if)?))\\s*",captures:{1:{name:"keyword.control.else.scss"},2:{name:"punctuation.definition.keyword.scss"}},end:"\\s*(?={)",name:"meta.at-rule.else.scss",patterns:[{include:"#conditional_operators"},{include:"#variable"},{include:"#property_values"}]},at_rule_extend:{begin:"\\s*((@)extend\\b)\\s*",captures:{1:{name:"keyword.control.at-rule.extend.scss"},2:{name:"punctuation.definition.keyword.scss"}},end:"\\s*(?=;)",name:"meta.at-rule.extend.scss",patterns:[{include:"#variable"},{include:"#selectors"},{include:"#property_values"}]},at_rule_fontface:{patterns:[{begin:"^\\s*((@)font-face\\b)",beginCaptures:{1:{name:"keyword.control.at-rule.fontface.scss"},2:{name:"punctuation.definition.keyword.scss"}},end:"\\s*(?={)",name:"meta.at-rule.fontface.scss",patterns:[{include:"#function_attributes"}]}]},at_rule_for:{begin:"\\s*((@)for\\b)\\s*",captures:{1:{name:"keyword.control.for.scss"},2:{name:"punctuation.definition.keyword.scss"}},end:"\\s*(?={)",name:"meta.at-rule.for.scss",patterns:[{match:"(==|!=|<=|>=|<|>|from|to|through)",name:"keyword.control.operator"},{include:"#variable"},{include:"#property_values"},{include:"$self"}]},at_rule_forward:{begin:"\\s*((@)forward\\b)\\s*",captures:{1:{name:"keyword.control.at-rule.forward.scss"},2:{name:"punctuation.definition.keyword.scss"}},end:"\\s*(?=;)",name:"meta.at-rule.forward.scss",patterns:[{match:"\\b(as|hide|show)\\b",name:"keyword.control.operator"},{captures:{1:{name:"entity.other.attribute-name.module.scss"},2:{name:"punctuation.definition.wildcard.scss"}},match:"\\b([\\w-]+)(\\*)"},{match:"\\b[\\w-]+\\b",name:"entity.name.function.scss"},{include:"#variable"},{include:"#string_single"},{include:"#string_double"},{include:"#comment_line"},{include:"#comment_block"}]},at_rule_function:{patterns:[{begin:"\\s*((@)function\\b)\\s*",captures:{1:{name:"keyword.control.at-rule.function.scss"},2:{name:"punctuation.definition.keyword.scss"},3:{name:"entity.name.function.scss"}},end:"\\s*(?={)",name:"meta.at-rule.function.scss",patterns:[{include:"#function_attributes"}]},{captures:{1:{name:"keyword.control.at-rule.function.scss"},2:{name:"punctuation.definition.keyword.scss"},3:{name:"entity.name.function.scss"}},match:"\\s*((@)function\\b)\\s*",name:"meta.at-rule.function.scss"}]},at_rule_if:{begin:"\\s*((@)if\\b)\\s*",captures:{1:{name:"keyword.control.if.scss"},2:{name:"punctuation.definition.keyword.scss"}},end:"\\s*(?={)",name:"meta.at-rule.if.scss",patterns:[{include:"#conditional_operators"},{include:"#variable"},{include:"#property_values"}]},at_rule_import:{begin:"\\s*((@)import\\b)\\s*",captures:{1:{name:"keyword.control.at-rule.import.scss"},2:{name:"punctuation.definition.keyword.scss"}},end:"\\s*((?=;)|(?=}))",name:"meta.at-rule.import.scss",patterns:[{include:"#variable"},{include:"#string_single"},{include:"#string_double"},{include:"#functions"},{include:"#comment_line"}]},at_rule_include:{patterns:[{begin:"(?<=@include)\\s+(?:([\\w-]+)\\s*(\\.))?([\\w-]+)\\s*(\\()",beginCaptures:{1:{name:"variable.scss"},2:{name:"punctuation.access.module.scss"},3:{name:"entity.name.function.scss"},4:{name:"punctuation.definition.parameters.begin.bracket.round.scss"}},end:"\\)",endCaptures:{0:{name:"punctuation.definition.parameters.end.bracket.round.scss"}},name:"meta.at-rule.include.scss",patterns:[{include:"#function_attributes"}]},{captures:{0:{name:"meta.at-rule.include.scss"},1:{name:"variable.scss"},2:{name:"punctuation.access.module.scss"},3:{name:"entity.name.function.scss"}},match:"(?<=@include)\\s+(?:([\\w-]+)\\s*(\\.))?([\\w-]+)"},{captures:{0:{name:"meta.at-rule.include.scss"},1:{name:"keyword.control.at-rule.include.scss"},2:{name:"punctuation.definition.keyword.scss"}},match:"((@)include)\\b"}]},at_rule_keyframes:{begin:"(?<=^|\\s)(@)(?:-(?:webkit|moz)-)?keyframes\\b",beginCaptures:{0:{name:"keyword.control.at-rule.keyframes.scss"},1:{name:"punctuation.definition.keyword.scss"}},end:"(?<=})",name:"meta.at-rule.keyframes.scss",patterns:[{captures:{1:{name:"entity.name.function.scss"}},match:"(?<=@keyframes)\\s+((?:[_A-Za-z][-\\w]|-[_A-Za-z])[-\\w]*)"},{begin:'(?<=@keyframes)\\s+(")',beginCaptures:{1:{name:"punctuation.definition.string.begin.scss"}},contentName:"entity.name.function.scss",end:'"',endCaptures:{0:{name:"punctuation.definition.string.end.scss"}},name:"string.quoted.double.scss",patterns:[{match:"\\\\(\\h{1,6}|.)",name:"constant.character.escape.scss"},{include:"#interpolation"}]},{begin:"(?<=@keyframes)\\s+(')",beginCaptures:{1:{name:"punctuation.definition.string.begin.scss"}},contentName:"entity.name.function.scss",end:"'",endCaptures:{0:{name:"punctuation.definition.string.end.scss"}},name:"string.quoted.single.scss",patterns:[{match:"\\\\(\\h{1,6}|.)",name:"constant.character.escape.scss"},{include:"#interpolation"}]},{begin:"{",beginCaptures:{0:{name:"punctuation.section.keyframes.begin.scss"}},end:"}",endCaptures:{0:{name:"punctuation.section.keyframes.end.scss"}},patterns:[{match:"\\b(?:(?:100|[1-9]\\d|\\d)%|from|to)(?=\\s*{)",name:"entity.other.attribute-name.scss"},{include:"#flow_control"},{include:"#interpolation"},{include:"#property_list"},{include:"#rules"}]}]},at_rule_media:{patterns:[{begin:"^\\s*((@)media)\\b",beginCaptures:{1:{name:"keyword.control.at-rule.media.scss"},2:{name:"punctuation.definition.keyword.scss"}},end:"\\s*(?={)",name:"meta.at-rule.media.scss",patterns:[{include:"#comment_docblock"},{include:"#comment_block"},{include:"#comment_line"},{match:"\\b(only)\\b",name:"keyword.control.operator.css.scss"},{begin:"\\(",beginCaptures:{0:{name:"punctuation.definition.media-query.begin.bracket.round.scss"}},end:"\\)",endCaptures:{0:{name:"punctuation.definition.media-query.end.bracket.round.scss"}},name:"meta.property-list.media-query.scss",patterns:[{begin:"(?<![-a-z])(?=[-a-z])",end:"$|(?![-a-z])",name:"meta.property-name.media-query.scss",patterns:[{include:"source.css#media-features"},{include:"source.css#property-names"}]},{begin:"(:)\\s*(?!(\\s*{))",beginCaptures:{1:{name:"punctuation.separator.key-value.scss"}},contentName:"meta.property-value.media-query.scss",end:"\\s*(;|(?=}|\\)))",endCaptures:{1:{name:"punctuation.terminator.rule.scss"}},patterns:[{include:"#general"},{include:"#property_values"}]}]},{include:"#variable"},{include:"#conditional_operators"},{include:"source.css#media-types"}]}]},at_rule_mixin:{patterns:[{begin:"(?<=@mixin)\\s+([\\w-]+)\\s*(\\()",beginCaptures:{1:{name:"entity.name.function.scss"},2:{name:"punctuation.definition.parameters.begin.bracket.round.scss"}},end:"\\)",endCaptures:{0:{name:"punctuation.definition.parameters.end.bracket.round.scss"}},name:"meta.at-rule.mixin.scss",patterns:[{include:"#function_attributes"}]},{captures:{1:{name:"entity.name.function.scss"}},match:"(?<=@mixin)\\s+([\\w-]+)",name:"meta.at-rule.mixin.scss"},{captures:{1:{name:"keyword.control.at-rule.mixin.scss"},2:{name:"punctuation.definition.keyword.scss"}},match:"((@)mixin)\\b",name:"meta.at-rule.mixin.scss"}]},at_rule_namespace:{patterns:[{begin:"(?<=@namespace)\\s+(?=url)",end:"(?=;|$)",name:"meta.at-rule.namespace.scss",patterns:[{include:"#property_values"},{include:"#string_single"},{include:"#string_double"}]},{begin:"(?<=@namespace)\\s+([\\w-]*)",captures:{1:{name:"entity.name.namespace-prefix.scss"}},end:"(?=;|$)",name:"meta.at-rule.namespace.scss",patterns:[{include:"#variables"},{include:"#property_values"},{include:"#string_single"},{include:"#string_double"}]},{captures:{1:{name:"keyword.control.at-rule.namespace.scss"},2:{name:"punctuation.definition.keyword.scss"}},match:"((@)namespace)\\b",name:"meta.at-rule.namespace.scss"}]},at_rule_option:{captures:{1:{name:"keyword.control.at-rule.charset.scss"},2:{name:"punctuation.definition.keyword.scss"}},match:"^\\s*((@)option\\b)\\s*",name:"meta.at-rule.option.scss"},at_rule_page:{patterns:[{begin:"^\\s*((@)page)(?=:|\\s)\\s*([-:\\w]*)",captures:{1:{name:"keyword.control.at-rule.page.scss"},2:{name:"punctuation.definition.keyword.scss"},3:{name:"entity.name.function.scss"}},end:"\\s*(?={)",name:"meta.at-rule.page.scss"}]},at_rule_return:{begin:"\\s*((@)(return)\\b)",captures:{1:{name:"keyword.control.return.scss"},2:{name:"punctuation.definition.keyword.scss"}},end:"\\s*((?=;))",name:"meta.at-rule.return.scss",patterns:[{include:"#variable"},{include:"#property_values"}]},at_rule_supports:{begin:"(?<=^|\\s)(@)supports\\b",captures:{0:{name:"keyword.control.at-rule.supports.scss"},1:{name:"punctuation.definition.keyword.scss"}},end:"(?={)|$",name:"meta.at-rule.supports.scss",patterns:[{include:"#logical_operators"},{include:"#properties"},{match:"\\(",name:"punctuation.definition.condition.begin.bracket.round.scss"},{match:"\\)",name:"punctuation.definition.condition.end.bracket.round.scss"}]},at_rule_use:{begin:"\\s*((@)use\\b)\\s*",captures:{1:{name:"keyword.control.at-rule.use.scss"},2:{name:"punctuation.definition.keyword.scss"}},end:"\\s*(?=;)",name:"meta.at-rule.use.scss",patterns:[{match:"\\b(as|with)\\b",name:"keyword.control.operator"},{match:"\\b[\\w-]+\\b",name:"variable.scss"},{match:"\\*",name:"variable.language.expanded-namespace.scss"},{include:"#string_single"},{include:"#string_double"},{include:"#comment_line"},{include:"#comment_block"},{begin:"\\(",beginCaptures:{0:{name:"punctuation.definition.parameters.begin.bracket.round.scss"}},end:"\\)",endCaptures:{0:{name:"punctuation.definition.parameters.end.bracket.round.scss"}},patterns:[{include:"#function_attributes"}]}]},at_rule_warn:{begin:"\\s*((@)(warn|debug|error)\\b)\\s*",captures:{1:{name:"keyword.control.warn.scss"},2:{name:"punctuation.definition.keyword.scss"}},end:"\\s*(?=;)",name:"meta.at-rule.warn.scss",patterns:[{include:"#variable"},{include:"#string_double"},{include:"#string_single"}]},at_rule_while:{begin:"\\s*((@)while\\b)\\s*",captures:{1:{name:"keyword.control.while.scss"},2:{name:"punctuation.definition.keyword.scss"}},end:"\\s*(?=})",name:"meta.at-rule.while.scss",patterns:[{include:"#conditional_operators"},{include:"#variable"},{include:"#property_values"},{include:"$self"}]},comment_block:{begin:"/\\*",beginCaptures:{0:{name:"punctuation.definition.comment.scss"}},end:"\\*/",endCaptures:{0:{name:"punctuation.definition.comment.scss"}},name:"comment.block.scss"},comment_docblock:{begin:"///",beginCaptures:{0:{name:"punctuation.definition.comment.scss"}},end:"(?=$)",name:"comment.block.documentation.scss",patterns:[{include:"source.sassdoc"}]},comment_line:{begin:"//",beginCaptures:{0:{name:"punctuation.definition.comment.scss"}},end:"\\n",name:"comment.line.scss"},comparison_operators:{match:"==|!=|<=|>=|<|>",name:"keyword.operator.comparison.scss"},conditional_operators:{patterns:[{include:"#comparison_operators"},{include:"#logical_operators"}]},constant_default:{match:"!default",name:"keyword.other.default.scss"},constant_functions:{begin:"(?:([\\w-]+)(\\.))?([\\w-]+)(\\()",beginCaptures:{1:{name:"variable.scss"},2:{name:"punctuation.access.module.scss"},3:{name:"support.function.misc.scss"},4:{name:"punctuation.section.function.scss"}},end:"(\\))",endCaptures:{1:{name:"punctuation.section.function.scss"}},patterns:[{include:"#parameters"}]},constant_important:{match:"!important",name:"keyword.other.important.scss"},constant_mathematical_symbols:{match:"\\b(\\+|-|\\*|/)\\b",name:"support.constant.mathematical-symbols.scss"},constant_optional:{match:"!optional",name:"keyword.other.optional.scss"},constant_sass_functions:{begin:"(headings|stylesheet-url|rgba?|hsla?|ie-hex-str|red|green|blue|alpha|opacity|hue|saturation|lightness|prefixed|prefix|-moz|-svg|-css2|-pie|-webkit|-ms|font-(?:files|url)|grid-image|image-(?:width|height|url|color)|sprites?|sprite-(?:map|map-name|file|url|position)|inline-(?:font-files|image)|opposite-position|grad-point|grad-end-position|color-stops|color-stops-in-percentages|grad-color-stops|(?:radial|linear)-(?:gradient|svg-gradient)|opacify|fade-?in|transparentize|fade-?out|lighten|darken|saturate|desaturate|grayscale|adjust-(?:hue|lightness|saturation|color)|scale-(?:lightness|saturation|color)|change-color|spin|complement|invert|mix|-compass-(?:list|space-list|slice|nth|list-size)|blank|compact|nth|first-value-of|join|length|append|nest|append-selector|headers|enumerate|range|percentage|unitless|unit|if|type-of|comparable|elements-of-type|quote|unquote|escape|e|sin|cos|tan|abs|round|ceil|floor|pi|translate(?:X|Y))(\\()",beginCaptures:{1:{name:"support.function.misc.scss"},2:{name:"punctuation.section.function.scss"}},end:"(\\))",endCaptures:{1:{name:"punctuation.section.function.scss"}},patterns:[{include:"#parameters"}]},flow_control:{patterns:[{include:"#at_rule_if"},{include:"#at_rule_else"},{include:"#at_rule_warn"},{include:"#at_rule_for"},{include:"#at_rule_while"},{include:"#at_rule_each"},{include:"#at_rule_return"}]},function_attributes:{patterns:[{match:":",name:"punctuation.separator.key-value.scss"},{include:"#general"},{include:"#property_values"},{match:"[={}\\?;@]",name:"invalid.illegal.scss"}]},functions:{patterns:[{begin:"([\\w-]{1,})(\\()\\s*",beginCaptures:{1:{name:"support.function.misc.scss"},2:{name:"punctuation.section.function.scss"}},end:"(\\))",endCaptures:{1:{name:"punctuation.section.function.scss"}},patterns:[{include:"#parameters"}]},{match:"([\\w-]{1,})",name:"support.function.misc.scss"}]},general:{patterns:[{include:"#variable"},{include:"#comment_docblock"},{include:"#comment_block"},{include:"#comment_line"}]},interpolation:{begin:"#{",beginCaptures:{0:{name:"punctuation.definition.interpolation.begin.bracket.curly.scss"}},end:"}",endCaptures:{0:{name:"punctuation.definition.interpolation.end.bracket.curly.scss"}},name:"variable.interpolation.scss",patterns:[{include:"#variable"},{include:"#property_values"}]},logical_operators:{match:"\\b(not|or|and)\\b",name:"keyword.operator.logical.scss"},map:{begin:"\\(",beginCaptures:{0:{name:"punctuation.definition.map.begin.bracket.round.scss"}},end:"\\)",endCaptures:{0:{name:"punctuation.definition.map.end.bracket.round.scss"}},name:"meta.definition.variable.map.scss",patterns:[{include:"#comment_docblock"},{include:"#comment_block"},{include:"#comment_line"},{captures:{1:{name:"support.type.map.key.scss"},2:{name:"punctuation.separator.key-value.scss"}},match:"\\b([\\w-]+)\\s*(:)"},{match:",",name:"punctuation.separator.delimiter.scss"},{include:"#map"},{include:"#variable"},{include:"#property_values"}]},operators:{match:"[-+*/](?!\\s*[-+*/])",name:"keyword.operator.css"},parameters:{patterns:[{include:"#variable"},{begin:"\\(",beginCaptures:{0:{name:"punctuation.definition.begin.bracket.round.scss"}},end:"\\)",endCaptures:{0:{name:"punctuation.definition.end.bracket.round.scss"}},patterns:[{include:"#function_attributes"}]},{include:"#property_values"},{include:"#comment_block"},{match:"[^'\",) \\t]+",name:"variable.parameter.url.scss"},{match:",",name:"punctuation.separator.delimiter.scss"}]},parent_selector_suffix:{captures:{1:{name:"punctuation.definition.entity.css"},2:{patterns:[{include:"#interpolation"},{match:"\\\\([0-9a-fA-F]{1,6}|.)",name:"constant.character.escape.scss"},{match:"\\$|}",name:"invalid.illegal.identifier.scss"}]}},match:"(?x)\n(?<=&)\n(\n(?: [-a-zA-Z_0-9]|[^\\x00-\\x7F]\n| \\\\(?:[0-9a-fA-F]{1,6}|.)\n| \\#\\{\n| \\$\n| }\n)+\n)\n(?= $\n| [\\s,.\\#)\\[:{>+~|]\n| /\\*\n)",name:"entity.other.attribute-name.parent-selector-suffix.css"},properties:{patterns:[{begin:"(?<![-a-z])(?=[-a-z])",end:"$|(?![-a-z])",name:"meta.property-name.scss",patterns:[{include:"source.css#property-names"},{include:"#at_rule_include"}]},{begin:"(:)\\s*(?!(\\s*{))",beginCaptures:{1:{name:"punctuation.separator.key-value.scss"}},contentName:"meta.property-value.scss",end:"\\s*(;|(?=}|\\)))",endCaptures:{1:{name:"punctuation.terminator.rule.scss"}},patterns:[{include:"#general"},{include:"#property_values"}]}]},property_list:{begin:"{",beginCaptures:{0:{name:"punctuation.section.property-list.begin.bracket.curly.scss"}},end:"}",endCaptures:{0:{name:"punctuation.section.property-list.end.bracket.curly.scss"}},name:"meta.property-list.scss",patterns:[{include:"#flow_control"},{include:"#rules"},{include:"#properties"},{include:"$self"}]},property_values:{patterns:[{include:"#string_single"},{include:"#string_double"},{include:"#constant_functions"},{include:"#constant_sass_functions"},{include:"#constant_important"},{include:"#constant_default"},{include:"#constant_optional"},{include:"source.css#numeric-values"},{include:"source.css#property-keywords"},{include:"source.css#color-keywords"},{include:"source.css#property-names"},{include:"#constant_mathematical_symbols"},{include:"#operators"},{begin:"\\(",beginCaptures:{0:{name:"punctuation.definition.begin.bracket.round.scss"}},end:"\\)",endCaptures:{0:{name:"punctuation.definition.end.bracket.round.scss"}},patterns:[{include:"#general"},{include:"#property_values"}]}]},rules:{patterns:[{include:"#general"},{include:"#at_rule_extend"},{include:"#at_rule_content"},{include:"#at_rule_include"},{include:"#at_rule_media"},{include:"#selectors"}]},selector_attribute:{captures:{1:{name:"punctuation.definition.attribute-selector.begin.bracket.square.scss"},2:{name:"entity.other.attribute-name.attribute.scss",patterns:[{include:"#interpolation"},{match:"\\\\([0-9a-fA-F]{1,6}|.)",name:"constant.character.escape.scss"},{match:"\\$|}",name:"invalid.illegal.scss"}]},3:{name:"keyword.operator.scss"},4:{name:"string.unquoted.attribute-value.scss",patterns:[{include:"#interpolation"},{match:"\\\\([0-9a-fA-F]{1,6}|.)",name:"constant.character.escape.scss"},{match:"\\$|}",name:"invalid.illegal.scss"}]},5:{name:"string.quoted.double.attribute-value.scss"},6:{name:"punctuation.definition.string.begin.scss"},7:{patterns:[{include:"#interpolation"},{match:"\\\\([0-9a-fA-F]{1,6}|.)",name:"constant.character.escape.scss"},{match:"\\$|}",name:"invalid.illegal.scss"}]},8:{name:"punctuation.definition.string.end.scss"},9:{name:"string.quoted.single.attribute-value.scss"},10:{name:"punctuation.definition.string.begin.scss"},11:{patterns:[{include:"#interpolation"},{match:"\\\\([0-9a-fA-F]{1,6}|.)",name:"constant.character.escape.scss"},{match:"\\$|}",name:"invalid.illegal.scss"}]},12:{name:"punctuation.definition.string.end.scss"},13:{name:"punctuation.definition.attribute-selector.end.bracket.square.scss"}},match:"(?xi)\n(\\[)\n\\s*\n(\n(?:\n[-a-zA-Z_0-9]|[^\\x00-\\x7F]\n| \\\\(?:[0-9a-fA-F]{1,6}|.)\n| \\#\\{\n| \\.?\\$\n| }\n)+?\n)\n(?:\n\\s*([~|^$*]?=)\\s*\n(?:\n(\n(?:\n[-a-zA-Z_0-9]|[^\\x00-\\x7F]\n| \\\\(?:[0-9a-fA-F]{1,6}|.)\n| \\#\\{\n| \\.?\\$\n| }\n)+\n)\n|\n((\")(.*?)(\"))\n|\n((')(.*?)('))\n)\n)?\n\\s*\n(\\])",name:"meta.attribute-selector.scss"},selector_class:{captures:{1:{name:"punctuation.definition.entity.css"},2:{patterns:[{include:"#interpolation"},{match:"\\\\([0-9a-fA-F]{1,6}|.)",name:"constant.character.escape.scss"},{match:"\\$|}",name:"invalid.illegal.scss"}]}},match:"(?x)\n(\\.)\n(\n(?: [-a-zA-Z_0-9]|[^\\x00-\\x7F]\n| \\\\(?:[0-9a-fA-F]{1,6}|.)\n| \\#\\{\n| \\.?\\$\n| }\n)+\n)\n(?= $\n| [\\s,\\#)\\[:{>+~|]\n| \\.[^$]\n| /\\*\n| ;\n)",name:"entity.other.attribute-name.class.css"},selector_custom:{match:"\\b([a-zA-Z0-9]+(-[a-zA-Z0-9]+)+)(?=\\.|\\s++[^:]|\\s*[,\\[{]|:(link|visited|hover|active|focus|target|lang|disabled|enabled|checked|indeterminate|root|nth-(child|last-child|of-type|last-of-type)|first-child|last-child|first-of-type|last-of-type|only-child|only-of-type|empty|not|valid|invalid)(\\([0-9A-Za-z]*\\))?)",name:"entity.name.tag.custom.scss"},selector_id:{captures:{1:{name:"punctuation.definition.entity.css"},2:{patterns:[{include:"#interpolation"},{match:"\\\\([0-9a-fA-F]{1,6}|.)",name:"constant.character.escape.scss"},{match:"\\$|}",name:"invalid.illegal.identifier.scss"}]}},match:"(?x)\n(\\#)\n(\n(?: [-a-zA-Z_0-9]|[^\\x00-\\x7F]\n| \\\\(?:[0-9a-fA-F]{1,6}|.)\n| \\#\\{\n| \\.?\\$\n| }\n)+\n)\n(?= $\n| [\\s,\\#)\\[:{>+~|]\n| \\.[^$]\n| /\\*\n)",name:"entity.other.attribute-name.id.css"},selector_placeholder:{captures:{1:{name:"punctuation.definition.entity.css"},2:{patterns:[{include:"#interpolation"},{match:"\\\\([0-9a-fA-F]{1,6}|.)",name:"constant.character.escape.scss"},{match:"\\$|}",name:"invalid.illegal.identifier.scss"}]}},match:"(?x)\n(%)\n(\n(?: [-a-zA-Z_0-9]|[^\\x00-\\x7F]\n| \\\\(?:[0-9a-fA-F]{1,6}|.)\n| \\#\\{\n| \\.\\$\n| \\$\n| }\n)+\n)\n(?= ;\n| $\n| [\\s,\\#)\\[:{>+~|]\n| \\.[^$]\n| /\\*\n)",name:"entity.other.attribute-name.placeholder.css"},selector_pseudo_class:{patterns:[{begin:"((:)\\bnth-(?:child|last-child|of-type|last-of-type))(\\()",beginCaptures:{1:{name:"entity.other.attribute-name.pseudo-class.css"},2:{name:"punctuation.definition.entity.css"},3:{name:"punctuation.definition.pseudo-class.begin.bracket.round.css"}},end:"\\)",endCaptures:{0:{name:"punctuation.definition.pseudo-class.end.bracket.round.css"}},patterns:[{include:"#interpolation"},{match:"\\d+",name:"constant.numeric.css"},{match:"(?<=\\d)n\\b|\\b(n|even|odd)\\b",name:"constant.other.scss"},{match:"\\w+",name:"invalid.illegal.scss"}]},{include:"source.css#pseudo-classes"},{include:"source.css#pseudo-elements"},{include:"source.css#functional-pseudo-classes"}]},selectors:{patterns:[{include:"source.css#tag-names"},{include:"#selector_custom"},{include:"#selector_class"},{include:"#selector_id"},{include:"#selector_pseudo_class"},{include:"#tag_wildcard"},{include:"#tag_parent_reference"},{include:"source.css#pseudo-elements"},{include:"#selector_attribute"},{include:"#selector_placeholder"},{include:"#parent_selector_suffix"}]},string_double:{begin:'"',beginCaptures:{0:{name:"punctuation.definition.string.begin.scss"}},end:'"',endCaptures:{0:{name:"punctuation.definition.string.end.scss"}},name:"string.quoted.double.scss",patterns:[{match:"\\\\(\\h{1,6}|.)",name:"constant.character.escape.scss"},{include:"#interpolation"}]},string_single:{begin:"'",beginCaptures:{0:{name:"punctuation.definition.string.begin.scss"}},end:"'",endCaptures:{0:{name:"punctuation.definition.string.end.scss"}},name:"string.quoted.single.scss",patterns:[{match:"\\\\(\\h{1,6}|.)",name:"constant.character.escape.scss"},{include:"#interpolation"}]},tag_parent_reference:{match:"&",name:"entity.name.tag.reference.scss"},tag_wildcard:{match:"\\*",name:"entity.name.tag.wildcard.scss"},variable:{patterns:[{include:"#variables"},{include:"#interpolation"}]},variable_setting:{begin:"(?=\\$[\\w-]+\\s*:)",contentName:"meta.definition.variable.scss",end:";",endCaptures:{0:{name:"punctuation.terminator.rule.scss"}},patterns:[{match:"\\$[\\w-]+(?=\\s*:)",name:"variable.scss"},{begin:":",beginCaptures:{0:{name:"punctuation.separator.key-value.scss"}},end:"(?=;)",patterns:[{include:"#comment_docblock"},{include:"#comment_block"},{include:"#comment_line"},{include:"#map"},{include:"#property_values"},{include:"#variable"},{match:",",name:"punctuation.separator.delimiter.scss"}]}]},variables:{patterns:[{captures:{1:{name:"variable.scss"},2:{name:"punctuation.access.module.scss"},3:{name:"variable.scss"}},match:"\\b([\\w-]+)(\\.)(\\$[\\w-]+)\\b"},{match:"(\\$|\\-\\-)[A-Za-z0-9_-]+\\b",name:"variable.scss"}]}},h="source.css.scss",i={displayName:d,name:e,patterns:f,repository:g,scopeName:h}}};
@@ -0,0 +1 @@
1
+ "use strict";exports.id=7045,exports.ids=[7045],exports.modules={97045:a=>{a.exports=JSON.parse('{"Badges":{"local":"Локальный документ","latest":"Последний документ","admin":"Admin"},"NavigationHeader":{"title":"Вики по модификациям Minecraft","title_short":"Вики","badge":{"preview":"РЕЖИМ ПРЕДПРОСМОТРА","beta":"Бета"},"link":{"home":"Главная","browse":"Обзор","about":"О проекте"}},"NavigationFooter":{"title":"Вики по модификациям Minecraft","links":{"navigation":{"title":"Навигация","home":"Главная страница","browse":"Обзор","dev":"Разработчики"},"links":{"title":"Ссылки"},"resources":{"title":"Ресурсы","blog":"Блог","status":"Статус","translate":"Помогите нам с переводом"},"about":{"title":"О проекте","tos":"Условия использования","privacy":"Политика конфиденциальности","contact":"Контакты"}}},"HomePage":{"title":"Добро пожаловать на <highlight>вики модификаций Minecraft</highlight>","subtitle":"Ваш главный ресурс для поиска, создания и участия в проектах, связанных с Minecraft.","popular":{"title":"Популярные вики","open":"Подробнее","disclaimer":"Эти проекты выделены на основе их популярности, определяемой статистикой просмотров, и не являются официальной рекомендацией вики по модификациям Minecraft."},"community":{"title":"Присоединяйтесь к нашему сообществу","users":{"title":"Пользователи","subtitle":"Ознакомьтесь с нашими лучшими проектами и воспользуйтесь следующими преимуществами:","docs":"Получите доступ к высококачественной, актуальной и обновляемой документации","contribute":"Участвуйте в проектах, не имея знаний в области программирования","ui":"Наслаждайтесь единым удобным интерфейсом во всех проектах","localization":"Воспользуйтесь преимуществами многоязычной поддержки"},"authors":{"title":"Авторы","subtitle":"Получите доступ к панели управления проектом и воспользуйтесь следующими преимуществами:","vcs":"Поддержка версий вашей документации","components":"Built-in components for recipes, assets, etc.","gradle":"Интеграция Gradle для бесперебойного рабочего процесса","management":"Расширенные инструменты управления проектами","interaction":"Прямое взаимодействие с вашей пользовательской базой","dashboard":"Открыть панель управления","guide":"Подробнее"}},"browse":"Обзор проектов","highlights":{"localization":{"title":"Локализация","desc":"Переводите свои документы на языки мира"},"accessibility":{"title":"Доступность","desc":"Интуитивно понятный и отзывчивый пользовательский интерфейс"},"open":{"title":"Открытость","desc":"Позвольте вашим пользователям вносить свой вклад без каких-либо знаний в области программирования"},"free":{"title":"Бесплатность","desc":"Размещение документов на нашем сайте совершенно бесплатно!"}},"about":{"title":"О нас","maintainers":"Вики создана и поддерживается <b>Sinytra</b>, преданной своему делу командой разработчиков, увлечённых созданием высококачественного бесплатного программного обеспечения с открытым исходным кодом для сообщества модификаций Minecraft.","mission":"Наша цель — расширить возможности как разработчиков модов, так и игроков, предоставляя инструменты и ресурсы, необходимые для создания, документирования и изучения бесконечных возможностей модифицированного Minecraft."},"blog":{"title":"Публикации в блоге","open":"Читать больше"}},"BrowsePage":{"sidebar":{"title":"Обзор проектов","search_filters":"Искать по фильтрам…","categories":"Категории"},"sorting":"Сортировать по","sort":{"relevance":"релевантности","creation_date":"дате создания","popularity":"популярности","az":"алфавиту","za":"алфавиту наоборот"},"search":"Искать по проектам…","clear_filter":"Сбросить фильтры","no_results":"По запросу ничего не нашлось!"},"SearchProjectTypes":{"mod":"Моды","modpack":"Сборки модов","resourcepack":"Наборы ресурсов","datapack":"Наборы данных","shader":"Шейдеры","plugin":"Плагины"},"ProjectTypes":{"mod":"Мод","modpack":"Сборка модов","resourcepack":"Набор ресурсов","datapack":"Набор данных","shader":"Шейдер","plugin":"Плагин"},"LoadingContent":{"message":"Загрузка…"},"MetaDocsNavigation":{"title":"Навигация","about":"О проекте","devs":"Author guide","components":"Components","help":"Получить помощь","tos":"Условия использования","privacy":"Политика конфиденциальности","security":"Про безопасность"},"Login":{"title":"Требуется вход","desc":"Вам нужно авторизоваться, чтобы войти на эту страницу.","prompt":"Для продолжения авторизуйтесь через учётную запись GitHub.","button":"Войти через GitHub"},"Preview":{"title":"Режим предпросмотра включён","desc":"Режим предпросмотра активирует минимальный интерфейс, позволяющий вам сфокусироваться на редактировании документации локально прежде чем она будет отправлена на публикацию.","roots":"Доступные корни локальной документации","open":"Открыть"},"DocsProjectInfo":{"title":"Информация о проекте","type":"Тип","author":"Автор","tags":"Теги","latest":{"title":"Последняя версия","unknown":"Н/Д"},"license":{"title":"Лицензия","custom":"Своя","unknown":"Неизвестно","arr":"Все права защищены"}},"ProjectCategories":{"adventure":"Приключения","cursed":"Проклятое","decoration":"Декорация","economy":"Экономика","equipment":"Снаряжение","food":"Еда","game-mechanics":"Игровая механика","library":"Библиотека","magic":"Магия","management":"Управление","minigame":"Мини-игры","mobs":"Мобы","optimization":"Оптимизация","social":"Социальные","storage":"Хранилище","technology":"Технологии","transportation":"Транспортировка","utility":"Утилиты","worldgen":"Генерация мира","server-utility":"Серверные утилиты","armor-weapons-tools":"Броня, инструменты и оружие","library-api":"API и библиотеки","adventure-rpg":"Приключения и RPG","world-gen":"Генерация мира","cosmetic":"Косметические","mc-food":"Еда","performance":"Производительность","map-information":"Карты и информация","bug-fixes":"Исправление ошибок","mc-addons":"Дополнения","education":"Обучение","mc-miscellaneous":"Разное","redstone":"Редстоун","utility-qol":"Утилиты и улучшение процесса игры","mc-creator":"MCreator"},"PageEditControls":{"edit_gh":"Редактировать страницу","report":"Сообщить о нарушении на странице","report_button":"Сообщить о нарушении","last_updated":"Дата последнего обновления: <date></date>"},"Report":{"title":"Сообщить о нарушении на странице документации","desc":"Report content that violates our <tos>Terms of Service</tos> or <cr>Content Rules</cr>.","contact":"For auditing purposes, your <b>username</b> will be included in the report.","confidential":"Нам важна ваша конфиденциальность и эта информация всегда будет оставаться в секрете.","privacy":"Чтобы узнать больше, обратитесь к нашей <link>политике конфиденциальности</link>.","form":{"id":{"title":"Идентификатор проекта","desc":"Идентификатор проекта с нарушением."},"path":{"title":"Путь к странице","desc":"Путь к странице документации, содержащей нарушение."},"locale":{"title":"Locale","desc":"Applied if the content lies within a localized subpath.","placeholder":"Н/Д"},"version":{"title":"Version","desc":"Applied if the content lies within a named version.","placeholder":"Н/Д"},"reason":{"title":"Причина*","placeholder":"Select a reason for reporting this content","desc":"Reason for reporting this content.","dislike":"Просто не понравилось"},"details":{"title":"Подробности*","placeholder":"Please provide more details on why you\'re reporting this content. Note that empty reports will be ignored.","desc":"Дополнительные сведения по проблеме."},"dislike":{"title":"We understand that you may not like this content, and that\'s totally okay!","desc":"Однако, к сожалению, это не весомая причина для подачи жалобы на проект.","suggestion":"Would you like to look for something else to explore instead?","explore":"Поискать проекты"},"success":"Жалоба успешно отправлена"}},"ProjectReportReason":{"spam":"Спам","copyright":"Нарушение авторских прав","content_rules":"Нарушение правил контента","tos":"Нарушение условий использования","unknown":"Неизвестно"},"ProjectReportStatus":{"new":"New","dismissed":"Dismissed","accepted":"Accepted","unknown":"Неизвестно"},"ProjectReportType":{"project":"Проект","docs":"Docs page","content":"Content page","unknown":"Неизвестно"},"ViewReportPage":{"reports":"Reports","title":"Report details","desc":"Viewing report details for {id}","details":{"reporter":"Reported by","project_id":"Идентификатор проекта","path":"Путь","body":"Body","reason":"Причина","created_at":"Создано","status":"Статус","type":"Тип","locale":"Locale","version":"Version"},"actions":{"dismiss":"Dismiss","accept":"Accept"},"toast":{"accept":"Report accepted","dismiss":"Report dismissed"}},"SubmitButton":{"title":"Отправить"},"Callout":{"default":"Важно!","info":"Info","warning":"Warning","danger":"Danger"},"ProjectRegisterForm":{"button":"New Project","title":"Зарегистрировать проект","desc":"Зарегистрируйте новый проект в вики.","repo":{"title":"Ссылка на репозиторий","desc":"Это адрес, который вы используете для клонирования своего репозитория.","placeholder":"https://github.com/ExampleUser/ExampleMod"},"branch":{"title":"Ветка","desc":"Основная ветка. Вы можете указать дополнительные ветки, которые будут включены в файл метаданных."},"path":{"title":"Путь к корню документации","desc":"Путь к папке, содержащей файл метаданных."},"admin":"Админ-панель","is_community":{"title":"Проект, поддерживаемый сообществом"},"errors":{"details":"Подробнее"},"connect_modrinth":{"desc":"Подключите свою <b>учётную запись Modrinth</b> в настройках, чтобы в любое время легко подтвердить право собственности на проект на платформе.","settings":"Открыть настройки"},"submit":"Отправить","success":{"title":"Проект успешно зарегистрирован","desc":"Теперь вы можете перейти на страницу документации проекта"},"submitting":"Отправка...","verify_modrinth":"Верифицировать через Modrinth"},"ProjectSettingsForm":{"title":"Отредактировать проект","desc":"Редактировать настройки существующего проекта.","button":"Настройки","success":{"title":"Проект успешно обновлён","desc":"Теперь вы можете перейти на обновлённую страницу документации проекта"}},"ProjectDeleteForm":{"trigger":"Delete project","title":"Вы абсолютно уверены?","desc":"Это действие невозможно отменить. Оно навсегда удалит ваш проект и все связанные с ним данные с наших серверов.","cancel":"Отменить","submit":"Удалить","success":"Проект успешно удалён"},"FormActions":{"errors":{"unauthorized":"Ошибка авторизации пользователя","internal":"Внутренняя ошибка сервера. Пожалуйста, попробуйте позже.","unknown":"Произошла неизвестная ошибка, пожалуйста, повторите попытку позже.","no_platforms":"В метаданных не указаны проекты платформы.","no_project":"Проект платформы не найден. Пожалуйста, убедитесь, что поле метаданных \xabslug\xbb заполнено правильно.","unsupported_type":"Неподдерживаемый тип проекта","ownership":"Не удалось проверить права на владение проектом","cf_unavailable":"Регистрация проектов CurseForge не активна","requires_auth":"Для подключения к репозиторию требуются учётные данные, но они не были предоставлены","no_repository":"Репозиторий не найден","no_branch":"Указана недопустимая ветка","no_path":"Файл метаданных не найден по указанному пути","invalid_meta":"Неправильный файл метаданных","unsupported":"В разработке","exists":"Проект уже существует.","not_found":"Проект не существует","illegal_id":"Illegal project ID","not_owner":"User is not authorized to register this project"}},"CommunityBadge":{"title":"Сообщество","desc":"Неофициальная документация, поддерживаемая сообществом"},"DocsPageNotFoundError":{"title":"Мы потеряли эту страницу","desc":"Запрашиваемая страница документации в данный момент недоступна.","suggestion":"Попробуйте снова позже или сообщите об этой проблеме автору проекта.","submit":"Отправить сообщение о проблеме","return":"Вернуться на главную"},"GetStartedButton":{"title":"Create your first project"},"ProjectHomepage":{"overview":{"intro":"<project></project> is a {type} created by <authors></authors>.","availability":"Available for <versions></versions>. Latest version built for <latest></latest>. First released for <first></first>.","tags":"Tagged:"},"description":{"title":"Description"},"navigation":{"title":"Навигация","docs":{"title":"Browse documentation","desc":"{pages} pages available."},"content":{"title":"Browse content","desc":"{items} in-game items."}},"links":{"title":"Ссылки","website":"Website","source_code":"Source code"},"license":{"title":"Лицензии","project":"Project License","arr":"Все права защищены","unknown":"Неизвестно","wiki":"Wiki License","default":"Wiki content <link>partially made available</link> under the <license></license> license."}},"ProjectDocsHomepage":{"title":"Главная"},"DocsHomepagePlaceholder":{"title":"Заполнитель главной страницы","subtitle":"Из-за ограничений API метаданные проекта недоступны для проектов CurseForge в локальной среде.","replace":"Не переживайте! Мы заменим этот заполнитель на реальное описание проекта после публикации на сайте вики."},"DocsSearchBar":{"placeholder":"Искать по содержимому вики…","no_results":"Ничего не нашлось!","loading":"Поиск хороших результатов…","results":"Показано <highlight>{count}</highlight> результатов из <highlight>{total}</highlight>","close":"<kbd>ESC</kbd> — закрыть"},"DocsChangelogPage":{"title":"Список изменений"},"DocsLeftSidebar":{"title":"Документация","homepage":"Главная"},"DocsContentRightSidebar":{"title":"Информация о записи"},"DocsNonContentRightSidebar":{"title":"На этой странице"},"DocsVersionSelector":{"placeholder":"Выбрать версию","latest":"Последний документ"},"ModVersionRange":{"desc":"+ещё {count}"},"LanguageSelect":{"placeholder":"Поиск языков…","no_results":"Нет языков."},"ProjectStatus":{"unknown":"Неизвестно","loading":"Инициализация","healthy":"Загружено","at_risk":"Requires attention","error":"Ошибка"},"DevProjectsListPage":{"project":{"manage":"Управление"},"empty":{"primary":"Looks like you haven\'t created any projects yet","secondary":"Начните, прочитав наше <guide>руководство для авторов</guide>."}},"DevProjectPage":{"breadcrumbs":{"home":"Главная"},"toolbar":{"view":"Смотреть","deployments":"Deployments"},"overview":{"title":"Project overview","desc":"Project information summary"},"source":{"title":"Источник проекта","repo":"Репозиторий","branch":"Ветка","path":"Путь","public":"Открытый"},"platforms":{"title":"Платформы","desc":"Project hosting platforms","headers":{"platform":"Платформа","slug":"Метка/идентификатор","link":"Ссылка"},"open":"Открыть"},"information":{"title":"Информация","desc":"Resolved information","type":"Тип","status":"Статус","created_at":"Создано"},"revision":{"title":"Current git revision","reloading":"Reloading project, please stand by...","not_found":"No revision found. Try reloading the project."}},"DevProjectSettingsPage":{"title":"Project settings","desc":"Configure project properties"},"DevProjectVersionsPage":{"title":"Project versions","desc":"Browse project content versions"},"DevProjectHealthPage":{"title":"Project health","desc":"Monitor project status and issues","errors":{"title":"Project issue report","desc":"Ongoing warnings & errors","empty":"No issues found"}},"DevProjectMembersPage":{"title":"Project members","desc":"Manage project members & permissions","roles":{"owner":"Владелец"},"actions":{"manage":"Управление"}},"DevProjectContentItemsPage":{"title":"Project items","desc":"Browse project items"},"DevProjectContentRecipesPage":{"title":"Project recipes","desc":"Browse project crafting recipes"},"DevProjectContentTagsPage":{"title":"Project tags","desc":"Browse project tags"},"DevProjectLogs":{"title":"Deployment log","show":"Показать","unloaded":"Не загружено","waiting":"Ожидание сервера...","loading":"Загрузка…","error":"Ошибка при загрузке журналов","toast":{"success":"Настройка проекта завершена","error":"Ошибка при настройке проекта"}},"DeveloperSidebar":{"teams":{"personal":"Личные"},"groups":{"projects":"Проекты","platform":"Платформа","admin":"Administration"},"nav":{"projects":"Проекты","documentation":"Документация","settings":"Настройки","admin":"System settings"}},"DevSidebarContextSwitcher":{"title":"Команды"},"DevSidebarUser":{"logout":{"button":"Выйти","title":"Выйти","desc":"Выход из..."},"unknown_avatar":"Н/Д"},"UserSettings":{"breadcrumbs":{"home":"Главная","settings":"Настройки"},"profile":{"bio":"Создатель вики модификаций Minecraft","join_date":"Зарегистрирован(а) с {date}","admin":"Admin"},"connections":{"title":"Связи","modrinth":{"title":"Учётная запись Modrinth","desc":"Используется для подтверждения права собственности на проект","connect":"Подключиться","view":"Смотреть","disconnect":"Отключить"}},"account":{"title":"Учётная запись","delete":{"title":"Удалить учётную запись","desc":"Удалить все данные учётной записи навсегда","button":"Удалить учётную запись"},"delete_modal":{"title":"Удалить учётную запись","desc":"Вы уверены, что хотите удалить эту учётную запись? Это необратимое действие.","cancel":"Отменить","button":"Удалить навсегда"}},"toast":{"unlink":{"success":"Учётная запись успешно удалена","error":"Ошибка при отключении учётной записи"}}},"AuthFailure":{"title":"Ошибка аутентификации","desc":"Произошла непредвиденная ошибка при попытке входа. Пожалуйста, повторите попытку позже.","status":"Проверить статус","return":"Вернуться на главную","report":"Сообщить об ошибке"},"BuiltinRecipeTypes":{"blasting":"Blasting","campfire_cooking":"Campfire cooking","crafting_shaped":"Shaped Crafting","crafting_shapeless":"Shapeless Crafting","smelting":"Smelting","smithing_transform":"Smithing","smoking":"Smoking","stonecutting":"Stonecutting"},"DocsEntryTabs":{"history":"Show history","home":"Show content"},"DevProjectSidebar":{"groups":{"project":"Проект","content":"Content"},"nav":{"home":"Overview","settings":"Настройки","members":"Members","deployments":"Deployments","health":"Health","versions":"Версии","content":"Items","tags":"Теги","recipes":"Recipes"}},"PrefabObtaining":{"recipe":"Recipe"},"PrefabUsage":{"usage":"Usage"},"AdminSidebar":{"groups":{"home":"Главная","data":"Data","system":"System","moderation":"Moderation"},"nav":{"home":"Overview","data_imports":"Data Imports","access_keys":"Access Keys","migrations":"Migrations","users":"Пользователи","projects":"Проекты","config":"Configuration","reports":"Reports","audit_log":"Audit Log","return":"Return"}},"AdminDataImports":{"title":"System data imports","desc":"Imported game data"},"AdminMigrations":{"title":"Data migrations","desc":"Available data migrations"},"EmptyDataTable":{"guide":"Read the <link>author guide</link> to find out more on how to integrate game data into your project."},"DataTable":{"no_results":"No results.","filter":"Filter rows...","previous":"Previous","next":"Next"},"DevProjectVersionsTable":{"name":"Название","branch":"Ветка","empty":{"title":"No additional versions were found in your project.","desc":"Read the <link>author guide</link> to learn more about project versioning."}},"DevProjectItemsTable":{"icon":"Icon","id":"Identifier","name":"Название","path":"Page path (internal)","actions":{"open":"Open menu","title":"Actions","view":"Смотреть"},"empty":{"title":"No items were found in your project.","desc":"Project items are automatically detected from content pages and included game files."}},"DevProjectTagsTable":{"id":"Identifier","items":"Item count","empty":{"title":"No tags were found in your project."}},"DevProjectRecipesTable":{"type":"Тип","id":"Identifier","empty":{"title":"No recipes were found in your project."}},"ResolvedProjectRecipe":{"type":"Recipe Type","input":"Ingredients","output":"Outputs","preview":"Recipe preview","workbenches":"You can craft this recipe using:"},"DevProjectDeploymentsPage":{"title":"Project deployments","desc":"Manage deployed project versions"},"DevProjectDeploymentsTable":{"id":"Идентификатор","commit":"Commit","created_at":"Deploy time","user_id":"Deployed by","status":"Статус"},"DeploymentStatus":{"unknown":"Н/Д","created":"Queued","loading":"Loading","success":"Success","error":"Failed"},"DeleteDeploymentModal":{"trigger":"Удалить","title":"Вы абсолютно уверены?","desc":"This action cannot be undone. This deployment will be permanently deleted from our servers.","cancel":"Отменить","submit":"Удалить","success":"Deployment deleted successfully"},"DeployProjectModal":{"button":"Deploy","title":"New deployment","primary":"All project content will be <b>re-fetched</b> from the source. This option should be used upon updating the documentation source itself.","secondary":"If the new deployment fails, currently stored data <b>will not</b> be replaced. You can always <b>roll back</b> to previous deployments using the \'Redeploy\' option.","tertiary":"Для облегчения работы мы рекомендуем автоматически перепроверять документацию после публикации с помощью <link>нашего плагина для Gradle</link>.","note":"Project configuration remains unchanged. For updating meta information (e.g. source and platforms), please use the Settings dialog instead.","cancel":"Отменить","submit":"Deploy"},"LiveProjectDeployConnection":{"loading":"Deploying project...","success":"Project deploy successful","error":"Project deploy failed","view":"Смотреть"},"DevProjectDeploymentPage":{"deployments":"Deployments","title":"Deployment Details","git-config":{"title":"Source coordinates"}},"ProjectGitRevision":{"title":"Git revision","title_current":"Current Git revision","loading":"Deploying project, please stand by...","not_found":"Project has no active deployment"},"ProjectIssueWidget":{"file":"File: <file></file>","date":"Created at: <date></date>","version":"Version: <version></version>"},"ProjectIssueLevel":{"warning":"Warning","error":"Error","unknown":"Неизвестно"},"ProjectIssueType":{"meta":"Invalid project metadata","file":"Invalid file","git_clone":"Error cloning repository","git_info":"Error getting commit information","ingestor":"Error importing content","internal":"Internal server error","page_render":"Invalid page","unknown":"Unknown error"},"DeploymentIssues":{"title":"Deployment issues","empty":"No issues found.","issues_found":"Found {count, plural, =1 {1 issue that needs} other {# issues that need}} attention."},"ProjectError":{"requires_auth":"Для подключения к репозиторию требуются учётные данные, но они не были предоставлены","no_repository":"Репозиторий не найден","repo_too_large":"Repository exceeds allowed file size","no_branch":"Указана недопустимая ветка","no_path":"Файл метаданных не найден по указанному пути","invalid_meta":"Неправильный файл метаданных","invalid_page":"Failed to render page contents","duplicate_page":"Duplicate page","unknown_recipe_type":"Unknown recipe type","invalid_ingredient":"Invalid ingredient","invalid_file":"Failed to parse file","invalid_format":"Invalid file format","invalid_resloc":"Invalid Resource Location","invalid_version_branch":"Version branch does not exist","missing_platform_project":"Missing platform project","no_page_title":"Page is missing title","missing_required_attribute":"Page is missing a required metadata attribute","unknown":"Unknown error"},"AdminReports":{"title":"Project Reports","desc":"Manage project reports"},"ResponsiveTable":{"expand":"Expand"},"UsageContentList":{"more":"Show more ..."},"RecipeUsage":{"description":"Can be used to create the following items:","empty":"Has no known usages in crafting."},"ContentCategory":{"all":"All","other":"Другое"},"ContentChangelog":{"toggle":"Show changelog"},"ContentProperties":{"bool":{"true":"Yes","false":"No"},"type":{"block":"Блок","item":"Предмет","other":"Другое"},"properties":{"id":"Идентификатор","source_mod":"Source mod","type":"Тип","stack_size":"Stack size","required_tool":"Tool","blast_resistance":"Blast resistance","hardness":"Hardness","flammable":"Flammable"}},"DocsLink":{"not_found":"(Not found)"},"AdminAccessKeys":{"title":"System access keys","desc":"Provides auth for when non-interactive access is needed, such as CI"},"CreateAccessKeyModal":{"title":"Create access key","desc":"New system access key","button":"Create","name":{"title":"Название","desc":"Give your key a name","placeholder":"Deploy staging"},"days_valid":{"title":"Days of validity","desc":"Number of days the key is valid for. Use 0 for no expiration."},"submit":"Отправить","submitting":"Отправка..."},"SaveAccessKeyModal":{"title":"Access Key","desc":"Save your generated access key","key":"Access Key","note":"Keep the key value safe. You won\'t be able to access it again.","valid":"The key is valid until {expiry}.","close":"Done"},"DeleteAccessKeyModal":{"title":"Delete Access Key","desc":"Invalidate and delete access key","body":"This will forever delete the access key <name></name>.","cancel":"Отменить","submit":"Удалить","success":"Access Key deleted successfully"},"CopyButton":{"copied":"Copied to clipboard"},"InteractiveComponentPlaceholder":{"title":"Content unavailable in preview mode","desc":"Interactive components are currently not supported in the local previewer. The actual contents will be shown here when the project is deployed onto the Wiki website."},"RevalidateCacheModal":{"title":"Revalidate cache tag","desc":"Manually revalidate a cache tag. Used for diagnostic purposes.","button":"Revalidate cache tag","tag":{"title":"Cache Tag","desc":"The cache tag to revalidate"},"success":"Cache tag invalidated successfully"}}')}};