@inceptionbg/main 2.0.154 → 2.0.156
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 +5 -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
|
@@ -1688,6 +1688,9 @@ declare const i18nMainLatin: {
|
|
|
1688
1688
|
BusinessYearChooser: string;
|
|
1689
1689
|
Successfully: string;
|
|
1690
1690
|
Year: string;
|
|
1691
|
+
BusinessYearPage: string;
|
|
1692
|
+
BusinessYearInfoTitle: string;
|
|
1693
|
+
BusinessYearInfoDesc: string;
|
|
1691
1694
|
HomePage: string;
|
|
1692
1695
|
};
|
|
1693
1696
|
declare const i18nMainCyrilic: {
|
|
@@ -1897,6 +1900,8 @@ declare const i18nMainCyrilic: {
|
|
|
1897
1900
|
BusinessYearChooser: string;
|
|
1898
1901
|
Successfully: string;
|
|
1899
1902
|
Year: string;
|
|
1903
|
+
BusinessYearInfoTitle: string;
|
|
1904
|
+
BusinessYearInfoDesc: string;
|
|
1900
1905
|
HomePage: string;
|
|
1901
1906
|
};
|
|
1902
1907
|
|