@inceptionbg/main 2.0.211 → 2.0.212
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/dist/index.d.ts +3 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1719,6 +1719,7 @@ declare const i18nMainLatin: {
|
|
|
1719
1719
|
BusinessYearPage: string;
|
|
1720
1720
|
BusinessYearInfoTitle: string;
|
|
1721
1721
|
BusinessYearInfoDesc: string;
|
|
1722
|
+
Open: string;
|
|
1722
1723
|
HomePage: string;
|
|
1723
1724
|
LastArticles: string;
|
|
1724
1725
|
ArticleCreationTime: string;
|
|
@@ -1967,6 +1968,7 @@ declare const i18nMainCyrilic: {
|
|
|
1967
1968
|
Year: string;
|
|
1968
1969
|
BusinessYearInfoTitle: string;
|
|
1969
1970
|
BusinessYearInfoDesc: string;
|
|
1971
|
+
Open: string;
|
|
1970
1972
|
HomePage: string;
|
|
1971
1973
|
LastArticles: string;
|
|
1972
1974
|
ArticleCreationTime: string;
|
|
@@ -2207,6 +2209,7 @@ declare const i18nMainME_Latin: {
|
|
|
2207
2209
|
BusinessYearPage: string;
|
|
2208
2210
|
BusinessYearInfoTitle: string;
|
|
2209
2211
|
BusinessYearInfoDesc: string;
|
|
2212
|
+
Open: string;
|
|
2210
2213
|
HomePage: string;
|
|
2211
2214
|
};
|
|
2212
2215
|
|