forma-ui 0.0.12 → 0.0.14

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 (109) hide show
  1. package/dist/Interfaces/dictionary.d.ts +0 -0
  2. package/dist/Interfaces/dictionary.js +0 -0
  3. package/dist/Interfaces/global.d.ts +0 -0
  4. package/dist/Interfaces/global.js +0 -0
  5. package/dist/Interfaces/meta.d.ts +0 -0
  6. package/dist/Interfaces/meta.js +0 -0
  7. package/dist/app/[lang]/stores/LangStore.d.ts +0 -0
  8. package/dist/app/[lang]/stores/LangStore.js +0 -0
  9. package/dist/components/icon/icon.d.ts +0 -0
  10. package/dist/components/icon/icon.js +0 -0
  11. package/dist/components/ui/Accordion.d.ts +0 -0
  12. package/dist/components/ui/Accordion.js +0 -0
  13. package/dist/components/ui/Button.d.ts +0 -0
  14. package/dist/components/ui/Button.js +0 -0
  15. package/dist/components/ui/CheckBox.d.ts +0 -0
  16. package/dist/components/ui/CheckBox.js +0 -0
  17. package/dist/components/ui/Drawer.d.ts +1 -0
  18. package/dist/components/ui/Drawer.js +2 -2
  19. package/dist/components/ui/Input.d.ts +0 -0
  20. package/dist/components/ui/Input.js +0 -0
  21. package/dist/components/ui/Input.types.d.ts +0 -0
  22. package/dist/components/ui/Input.types.js +0 -0
  23. package/dist/components/ui/Modal.d.ts +0 -0
  24. package/dist/components/ui/Modal.js +0 -0
  25. package/dist/components/ui/Overlay.d.ts +0 -0
  26. package/dist/components/ui/Overlay.js +0 -0
  27. package/dist/components/ui/RadioButton.d.ts +0 -0
  28. package/dist/components/ui/RadioButton.js +0 -0
  29. package/dist/components/ui/Table.d.ts +0 -0
  30. package/dist/components/ui/Table.js +0 -0
  31. package/dist/components/ui/Tabs.d.ts +0 -0
  32. package/dist/components/ui/Tabs.js +0 -0
  33. package/dist/configs/language.d.ts +8 -7
  34. package/dist/configs/language.js +8 -7
  35. package/dist/configs/metadata.d.ts +0 -0
  36. package/dist/configs/metadata.js +0 -0
  37. package/dist/dictionaries/en.json +0 -0
  38. package/dist/dictionaries/fa.json +0 -0
  39. package/dist/dictionaries/index.d.ts +0 -0
  40. package/dist/dictionaries/index.js +0 -0
  41. package/dist/hooks/useDevice.d.ts +0 -0
  42. package/dist/hooks/useDevice.js +0 -0
  43. package/dist/hooks/useTranslation.d.ts +1 -1
  44. package/dist/hooks/useTranslation.js +0 -0
  45. package/dist/index.d.ts +2 -1
  46. package/dist/index.js +2 -1
  47. package/dist/libs/api/axiosClient.d.ts +0 -0
  48. package/dist/libs/api/axiosClient.js +0 -0
  49. package/dist/libs/api/cns.d.ts +0 -0
  50. package/dist/libs/api/cns.js +0 -0
  51. package/dist/libs/api/usePostFetch.d.ts +0 -0
  52. package/dist/libs/api/usePostFetch.js +0 -0
  53. package/dist/libs/cn.d.ts +0 -0
  54. package/dist/libs/cn.js +0 -0
  55. package/dist/libs/cookieUtils.d.ts +0 -0
  56. package/dist/libs/cookieUtils.js +0 -0
  57. package/dist/libs/detectComponentResponsive.d.ts +0 -0
  58. package/dist/libs/detectComponentResponsive.js +0 -0
  59. package/dist/libs/detectDeviceFromUA.d.ts +0 -0
  60. package/dist/libs/detectDeviceFromUA.js +0 -0
  61. package/dist/libs/drawer/{drawer.d.ts → modal.d.ts} +0 -0
  62. package/dist/libs/drawer/{drawer.js → modal.js} +0 -0
  63. package/dist/libs/fonts.d.ts +0 -0
  64. package/dist/libs/fonts.js +0 -0
  65. package/dist/libs/metadataHelper.d.ts +0 -0
  66. package/dist/libs/metadataHelper.js +0 -0
  67. package/dist/libs/modal/modal.d.ts +0 -0
  68. package/dist/libs/modal/modal.js +0 -0
  69. package/dist/libs/translation.d.ts +1 -1
  70. package/dist/libs/translation.js +0 -0
  71. package/dist/libs/utils.d.ts +0 -0
  72. package/dist/libs/utils.js +0 -0
  73. package/dist/locale/about/en.json +0 -0
  74. package/dist/locale/about/fa.json +0 -0
  75. package/dist/locale/coin/en.json +0 -0
  76. package/dist/locale/coin/fa.json +0 -0
  77. package/dist/locale/de.d.ts +61 -0
  78. package/dist/locale/de.js +21 -0
  79. package/dist/locale/en.d.ts +1 -3
  80. package/dist/locale/en.js +2 -4
  81. package/dist/locale/fa.d.ts +1 -3
  82. package/dist/locale/fa.js +2 -4
  83. package/dist/locale/global/de.json +12 -0
  84. package/dist/locale/global/en.json +0 -0
  85. package/dist/locale/global/fa.json +0 -0
  86. package/dist/locale/home/de.json +11 -0
  87. package/dist/locale/home/en.json +0 -0
  88. package/dist/locale/home/fa.json +0 -0
  89. package/dist/locale/index.d.ts +95 -12
  90. package/dist/locale/index.js +9 -1
  91. package/dist/locale/meta/about/en.json +0 -0
  92. package/dist/locale/meta/about/fa.json +0 -0
  93. package/dist/locale/meta/de.json +15 -0
  94. package/dist/locale/meta/en.json +1 -1
  95. package/dist/locale/meta/fa.json +1 -1
  96. package/dist/locale/meta/home/de.json +10 -0
  97. package/dist/locale/meta/home/en.json +0 -0
  98. package/dist/locale/meta/home/fa.json +0 -0
  99. package/dist/locale/meta/tools/de.json +10 -0
  100. package/dist/locale/meta/tools/en.json +10 -0
  101. package/dist/locale/meta/tools/fa.json +5 -0
  102. package/dist/middleware.d.ts +0 -0
  103. package/dist/middleware.js +0 -0
  104. package/dist/store/appStore.d.ts +0 -0
  105. package/dist/store/appStore.js +0 -0
  106. package/dist/tsconfig.build.tsbuildinfo +1 -1
  107. package/dist/utils/nextImageLoader.d.ts +0 -0
  108. package/dist/utils/nextImageLoader.js +0 -0
  109. package/package.json +1 -1
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -5,6 +5,7 @@ interface DrawerProps {
5
5
  id?: string;
6
6
  location?: "bottom" | "top" | "left" | "right";
7
7
  overlayId?: string;
8
+ overlayClassName?: string;
8
9
  }
9
10
  declare const Drawer: React.FC<DrawerProps>;
10
11
  export default Drawer;
@@ -14,7 +14,7 @@ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-run
14
14
  import { ClickableOverlay } from "../ui/Overlay";
15
15
  // Functions
16
16
  import { cn } from "../../libs/cn";
17
- import { CloseDrawer } from "../../libs/drawer/drawer";
17
+ import { CloseDrawer } from "../../libs/drawer/modal";
18
18
  const Drawer = (_a) => {
19
19
  var { children, className } = _a, props = __rest(_a, ["children", "className"]);
20
20
  // default drawer location is --> bottom
@@ -55,6 +55,6 @@ const Drawer = (_a) => {
55
55
  });
56
56
  }
57
57
  };
58
- return (_jsxs(_Fragment, { children: [_jsx(ClickableOverlay, { overlayId: props === null || props === void 0 ? void 0 : props.overlayId, function: handleOverlayClick }), _jsx("div", { id: props === null || props === void 0 ? void 0 : props.id, className: cn(`hidden ${inset} ${moreClass} shadow-lg transition-all duration-200 fixed`, className), children: _jsxs("div", { className: `flex ${contentClass}`, children: [_jsx("div", { className: `flex w-6 justify-center self-center items-center ${handle}`, children: _jsx("div", { className: "w-6 h-1 bg-neutral-800 dark:bg-neutral-500 rounded-[10rem]" }) }), _jsx("div", { className: "mt-4", id: `drawer-content-${props === null || props === void 0 ? void 0 : props.id}`, children: children })] }) })] }));
58
+ return (_jsxs(_Fragment, { children: [_jsx(ClickableOverlay, { overlayId: props === null || props === void 0 ? void 0 : props.overlayId, className: props === null || props === void 0 ? void 0 : props.overlayClassName, function: handleOverlayClick }), _jsx("div", { id: props === null || props === void 0 ? void 0 : props.id, className: cn(`hidden ${inset} ${moreClass} shadow-lg transition-all duration-200 fixed`, className), children: _jsxs("div", { className: `flex ${contentClass}`, children: [_jsx("div", { className: `flex w-6 justify-center self-center items-center ${handle}`, children: _jsx("div", { className: "w-6 h-1 bg-neutral-800 dark:bg-neutral-500 rounded-[10rem]" }) }), _jsx("div", { className: "mt-4", id: `drawer-content-${props === null || props === void 0 ? void 0 : props.id}`, children: children })] }) })] }));
59
59
  };
60
60
  export default Drawer;
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -5,13 +5,6 @@
5
5
  * @Date: 2025-10-26 09:29:58
6
6
  * @Description:
7
7
  */
8
- /**
9
- * @Author: Mohammad Felfelani
10
- * @Email: mfelfelani72@gmail.com
11
- * @Team:
12
- * @Date: 2025-10-04 07:17:02
13
- * @Description:
14
- */
15
8
  export declare const languages: {
16
9
  readonly en: {
17
10
  readonly dir: "ltr";
@@ -21,6 +14,14 @@ export declare const languages: {
21
14
  readonly flag: "🇺🇸";
22
15
  readonly nativeName: "English";
23
16
  };
17
+ readonly de: {
18
+ readonly dir: "ltr";
19
+ readonly locale: "de";
20
+ readonly schemaLocale: "de-DE";
21
+ readonly name: "German";
22
+ readonly flag: "🇩🇪";
23
+ readonly nativeName: "Deutsch";
24
+ };
24
25
  readonly fa: {
25
26
  readonly dir: "rtl";
26
27
  readonly locale: "fa_IR";
@@ -5,13 +5,6 @@
5
5
  * @Date: 2025-10-26 09:29:58
6
6
  * @Description:
7
7
  */
8
- /**
9
- * @Author: Mohammad Felfelani
10
- * @Email: mfelfelani72@gmail.com
11
- * @Team:
12
- * @Date: 2025-10-04 07:17:02
13
- * @Description:
14
- */
15
8
  export const languages = {
16
9
  en: {
17
10
  dir: "ltr",
@@ -21,6 +14,14 @@ export const languages = {
21
14
  flag: "🇺🇸",
22
15
  nativeName: "English",
23
16
  },
17
+ de: {
18
+ dir: "ltr",
19
+ locale: "de",
20
+ schemaLocale: "de-DE",
21
+ name: "German",
22
+ flag: "🇩🇪",
23
+ nativeName: "Deutsch",
24
+ },
24
25
  fa: {
25
26
  dir: "rtl",
26
27
  locale: "fa_IR",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -1,4 +1,4 @@
1
1
  export declare function useTranslation(): {
2
2
  t: (key: string, fallback?: string) => string;
3
- lang: "en" | "fa";
3
+ lang: "en" | "de" | "fa";
4
4
  };
File without changes
package/dist/index.d.ts CHANGED
@@ -9,5 +9,6 @@ export * from "./components/icon/icon";
9
9
  export { default as Button } from "./components/ui/Button";
10
10
  export { default as Modal } from "./components/ui/Modal";
11
11
  export { default as Drawer } from "./components/ui/Drawer";
12
+ export { default as Accordion } from "./components/ui/Accordion";
12
13
  export { ShowModal, CloseModal } from "./libs/modal/modal";
13
- export { ShowDrawer, CloseDrawer } from "./libs/drawer/drawer";
14
+ export { ShowDrawer, CloseDrawer } from "./libs/drawer/modal";
package/dist/index.js CHANGED
@@ -11,6 +11,7 @@ export * from "./components/icon/icon";
11
11
  export { default as Button } from "./components/ui/Button";
12
12
  export { default as Modal } from "./components/ui/Modal";
13
13
  export { default as Drawer } from "./components/ui/Drawer";
14
+ export { default as Accordion } from "./components/ui/Accordion";
14
15
  // Functions
15
16
  export { ShowModal, CloseModal } from "./libs/modal/modal";
16
- export { ShowDrawer, CloseDrawer } from "./libs/drawer/drawer";
17
+ export { ShowDrawer, CloseDrawer } from "./libs/drawer/modal";
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/dist/libs/cn.d.ts CHANGED
File without changes
package/dist/libs/cn.js CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -1,5 +1,5 @@
1
1
  import { type Lang } from "@/configs/language";
2
2
  export declare function createTranslator(lang: Lang): {
3
3
  t: (key: string, fallback?: string) => string;
4
- lang: "en" | "fa";
4
+ lang: "en" | "de" | "fa";
5
5
  };
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -0,0 +1,61 @@
1
+ /**
2
+ * @Author: Mohammad Felfelani
3
+ * @Email: mfelfelani72@gmail.com
4
+ * @Team:
5
+ * @Date: 2025-10-28 08:49:09
6
+ * @Description:
7
+ */
8
+ /**
9
+ * @Author: Mohammad Felfelani
10
+ * @Email: mfelfelani72@gmail.com
11
+ * @Team:
12
+ * @Date: 2025-10-07 07:53:42
13
+ * @Description:
14
+ */
15
+ declare const de: {
16
+ aimoonhub: string;
17
+ welcome_title: string;
18
+ financial_markets: string;
19
+ cryptocurrencies: string;
20
+ welcome_description: string;
21
+ login_dashboard: string;
22
+ go_to_news: string;
23
+ welcome_title_2: string;
24
+ welcome_description_2: string;
25
+ loaderPage: string;
26
+ loading: string;
27
+ header: string;
28
+ home: string;
29
+ about_us: string;
30
+ contact_us: string;
31
+ features: string;
32
+ prices: string;
33
+ support: string;
34
+ login_telegram: string;
35
+ meta: {
36
+ title: string;
37
+ description: string;
38
+ keywords: string[];
39
+ openGraph: {
40
+ title: string;
41
+ description: string;
42
+ image: string;
43
+ };
44
+ twitter: {
45
+ title: string;
46
+ description: string;
47
+ image: string;
48
+ };
49
+ };
50
+ meta_home: {
51
+ title: string;
52
+ description: string;
53
+ keywords: string[];
54
+ };
55
+ meta_tools: {
56
+ title: string;
57
+ description: string;
58
+ keywords: string[];
59
+ };
60
+ };
61
+ export default de;
@@ -0,0 +1,21 @@
1
+ /**
2
+ * @Author: Mohammad Felfelani
3
+ * @Email: mfelfelani72@gmail.com
4
+ * @Team:
5
+ * @Date: 2025-10-28 08:49:09
6
+ * @Description:
7
+ */
8
+ /**
9
+ * @Author: Mohammad Felfelani
10
+ * @Email: mfelfelani72@gmail.com
11
+ * @Team:
12
+ * @Date: 2025-10-07 07:53:42
13
+ * @Description:
14
+ */
15
+ import meta_de from "./meta/de.json";
16
+ import meta_home_de from "./meta/home/de.json";
17
+ import meta_tools_de from "./meta/tools/de.json";
18
+ import global_de from "./global/de.json";
19
+ import home_de from "./home/de.json";
20
+ const de = Object.assign(Object.assign({ meta: meta_de, meta_home: meta_home_de, meta_tools: meta_tools_de }, global_de), home_de);
21
+ export default de;
@@ -6,8 +6,6 @@
6
6
  * @Description:
7
7
  */
8
8
  declare const en: {
9
- mood_day: string;
10
- mood_week: string;
11
9
  aimoonhub: string;
12
10
  welcome_title: string;
13
11
  financial_markets: string;
@@ -47,7 +45,7 @@ declare const en: {
47
45
  description: string;
48
46
  keywords: string[];
49
47
  };
50
- meta_about: {
48
+ meta_tools: {
51
49
  title: string;
52
50
  description: string;
53
51
  keywords: string[];
package/dist/locale/en.js CHANGED
@@ -7,10 +7,8 @@
7
7
  */
8
8
  import meta_en from "./meta/en.json";
9
9
  import meta_home_en from "./meta/home/en.json";
10
- import meta_about_en from "./meta/about/en.json";
10
+ import meta_tools_en from "./meta/tools/en.json";
11
11
  import global_en from "./global/en.json";
12
12
  import home_en from "./home/en.json";
13
- import coin_en from "./coin/en.json";
14
- import about_en from "./about/en.json";
15
- const en = Object.assign(Object.assign(Object.assign(Object.assign({ meta: meta_en, meta_home: meta_home_en, meta_about: meta_about_en }, global_en), home_en), about_en), coin_en);
13
+ const en = Object.assign(Object.assign({ meta: meta_en, meta_home: meta_home_en, meta_tools: meta_tools_en }, global_en), home_en);
16
14
  export default en;
@@ -6,8 +6,6 @@
6
6
  * @Description:
7
7
  */
8
8
  declare const fa: {
9
- mood_day: string;
10
- mood_week: string;
11
9
  aimoonhub: string;
12
10
  welcome_title: string;
13
11
  financial_markets: string;
@@ -50,7 +48,7 @@ declare const fa: {
50
48
  description: string;
51
49
  keywords: string[];
52
50
  };
53
- meta_about: {
51
+ meta_tools: {
54
52
  title: string;
55
53
  description: string;
56
54
  keywords: string[];
package/dist/locale/fa.js CHANGED
@@ -7,10 +7,8 @@
7
7
  */
8
8
  import meta_fa from "./meta/fa.json";
9
9
  import meta_home_fa from "./meta/home/fa.json";
10
- import meta_about_fa from "./meta/about/fa.json";
10
+ import meta_tools_fa from "./meta/tools/fa.json";
11
11
  import global_fa from "./global/fa.json";
12
12
  import home_fa from "./home/fa.json";
13
- import about_fa from "./about/fa.json";
14
- import coin_fa from "./coin/fa.json";
15
- const fa = Object.assign(Object.assign(Object.assign(Object.assign({ meta: meta_fa, meta_home: meta_home_fa, meta_about: meta_about_fa }, global_fa), home_fa), about_fa), coin_fa);
13
+ const fa = Object.assign(Object.assign({ meta: meta_fa, meta_home: meta_home_fa, meta_tools: meta_tools_fa }, global_fa), home_fa);
16
14
  export default fa;
@@ -0,0 +1,12 @@
1
+ {
2
+ "loaderPage": "",
3
+ "loading": "Loading",
4
+ "header": "",
5
+ "home": "Home",
6
+ "about_us": "About Us",
7
+ "contact_us": "Contact Us",
8
+ "features": "Features",
9
+ "prices": "Prices",
10
+ "support": "Support",
11
+ "login_telegram": "Launch Telegram Bot"
12
+ }
File without changes
File without changes
@@ -0,0 +1,11 @@
1
+ {
2
+ "aimoonhub": "aimoonhub",
3
+ "welcome_title": "Breaking News Analysis <0>{{financial_markets}}</0> and <1>{{cryptocurrencies}}</1>",
4
+ "financial_markets": "Financial Markets",
5
+ "cryptocurrencies": "Cryptocurrencies",
6
+ "welcome_description": "Using artificial intelligence, AimoonHub analyzes news and market data in real time and provides you with accurate information for better decision-making",
7
+ "login_dashboard": "Login to dashboard",
8
+ "go_to_news": "Go to News",
9
+ "welcome_title_2": "Smart crypto news analysis tool!",
10
+ "welcome_description_2": "With superhuman accuracy, check out the latest news and developments in the world of cryptocurrencies. Real-time data, detailed analysis, and deep insight to make better decisions in the financial markets!"
11
+ }
File without changes
File without changes
@@ -1,7 +1,5 @@
1
1
  declare const dictionaries: {
2
2
  en: {
3
- mood_day: string;
4
- mood_week: string;
5
3
  aimoonhub: string;
6
4
  welcome_title: string;
7
5
  financial_markets: string;
@@ -41,15 +39,13 @@ declare const dictionaries: {
41
39
  description: string;
42
40
  keywords: string[];
43
41
  };
44
- meta_about: {
42
+ meta_tools: {
45
43
  title: string;
46
44
  description: string;
47
45
  keywords: string[];
48
46
  };
49
47
  };
50
48
  fa: {
51
- mood_day: string;
52
- mood_week: string;
53
49
  aimoonhub: string;
54
50
  welcome_title: string;
55
51
  financial_markets: string;
@@ -92,7 +88,53 @@ declare const dictionaries: {
92
88
  description: string;
93
89
  keywords: string[];
94
90
  };
95
- meta_about: {
91
+ meta_tools: {
92
+ title: string;
93
+ description: string;
94
+ keywords: string[];
95
+ };
96
+ };
97
+ de: {
98
+ aimoonhub: string;
99
+ welcome_title: string;
100
+ financial_markets: string;
101
+ cryptocurrencies: string;
102
+ welcome_description: string;
103
+ login_dashboard: string;
104
+ go_to_news: string;
105
+ welcome_title_2: string;
106
+ welcome_description_2: string;
107
+ loaderPage: string;
108
+ loading: string;
109
+ header: string;
110
+ home: string;
111
+ about_us: string;
112
+ contact_us: string;
113
+ features: string;
114
+ prices: string;
115
+ support: string;
116
+ login_telegram: string;
117
+ meta: {
118
+ title: string;
119
+ description: string;
120
+ keywords: string[];
121
+ openGraph: {
122
+ title: string;
123
+ description: string;
124
+ image: string;
125
+ };
126
+ twitter: {
127
+ title: string;
128
+ description: string;
129
+ image: string;
130
+ };
131
+ };
132
+ meta_home: {
133
+ title: string;
134
+ description: string;
135
+ keywords: string[];
136
+ };
137
+ meta_tools: {
96
138
  title: string;
97
139
  description: string;
98
140
  keywords: string[];
@@ -101,8 +143,6 @@ declare const dictionaries: {
101
143
  };
102
144
  export type Lang = keyof typeof dictionaries;
103
145
  export declare const getDictionary: (lang?: Lang) => {
104
- mood_day: string;
105
- mood_week: string;
106
146
  aimoonhub: string;
107
147
  welcome_title: string;
108
148
  financial_markets: string;
@@ -142,14 +182,12 @@ export declare const getDictionary: (lang?: Lang) => {
142
182
  description: string;
143
183
  keywords: string[];
144
184
  };
145
- meta_about: {
185
+ meta_tools: {
146
186
  title: string;
147
187
  description: string;
148
188
  keywords: string[];
149
189
  };
150
190
  } | {
151
- mood_day: string;
152
- mood_week: string;
153
191
  aimoonhub: string;
154
192
  welcome_title: string;
155
193
  financial_markets: string;
@@ -192,7 +230,52 @@ export declare const getDictionary: (lang?: Lang) => {
192
230
  description: string;
193
231
  keywords: string[];
194
232
  };
195
- meta_about: {
233
+ meta_tools: {
234
+ title: string;
235
+ description: string;
236
+ keywords: string[];
237
+ };
238
+ } | {
239
+ aimoonhub: string;
240
+ welcome_title: string;
241
+ financial_markets: string;
242
+ cryptocurrencies: string;
243
+ welcome_description: string;
244
+ login_dashboard: string;
245
+ go_to_news: string;
246
+ welcome_title_2: string;
247
+ welcome_description_2: string;
248
+ loaderPage: string;
249
+ loading: string;
250
+ header: string;
251
+ home: string;
252
+ about_us: string;
253
+ contact_us: string;
254
+ features: string;
255
+ prices: string;
256
+ support: string;
257
+ login_telegram: string;
258
+ meta: {
259
+ title: string;
260
+ description: string;
261
+ keywords: string[];
262
+ openGraph: {
263
+ title: string;
264
+ description: string;
265
+ image: string;
266
+ };
267
+ twitter: {
268
+ title: string;
269
+ description: string;
270
+ image: string;
271
+ };
272
+ };
273
+ meta_home: {
274
+ title: string;
275
+ description: string;
276
+ keywords: string[];
277
+ };
278
+ meta_tools: {
196
279
  title: string;
197
280
  description: string;
198
281
  keywords: string[];