core-maugli 1.2.30 → 1.2.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
---
|
2
2
|
import { type CollectionEntry } from 'astro:content';
|
3
|
-
import { getFilteredCollection } from '../utils/content-loader';
|
4
3
|
import { maugliConfig } from '../config/maugli.config';
|
5
4
|
import { LANGUAGES } from '../i18n/languages';
|
5
|
+
import { getFilteredCollection } from '../utils/content-loader';
|
6
6
|
import FormattedDate from './FormattedDate.astro';
|
7
7
|
// Универсальный импорт словарей по доступным языкам
|
8
8
|
const dicts: Record<string, any> = {};
|
@@ -31,7 +31,6 @@ const current = availableLanguages.find((l) => l.code === currentLang) || availa
|
|
31
31
|
width="28"
|
32
32
|
height="28"
|
33
33
|
style="pointer-events:none;"
|
34
|
-
loading="lazy"
|
35
34
|
decoding="async"
|
36
35
|
/>
|
37
36
|
)}
|
@@ -73,7 +72,6 @@ const current = availableLanguages.find((l) => l.code === currentLang) || availa
|
|
73
72
|
width="28"
|
74
73
|
height="28"
|
75
74
|
style="pointer-events:none;"
|
76
|
-
loading="lazy"
|
77
75
|
decoding="async"
|
78
76
|
/>
|
79
77
|
</span>
|