@cronos-labs/ui 0.2.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 (63) hide show
  1. package/dist/FilterPillGroup/index.d.ts +1 -0
  2. package/dist/FilterPillGroup/index.js +1 -0
  3. package/dist/FilterPillGroup/styles.d.ts +8 -0
  4. package/dist/FilterPillGroup/styles.js +36 -0
  5. package/dist/Footer/index.d.ts +34 -0
  6. package/dist/Footer/index.js +48 -0
  7. package/dist/Footer/styles.d.ts +97 -0
  8. package/dist/Footer/styles.js +326 -0
  9. package/dist/Header/NavDropdown.d.ts +17 -0
  10. package/dist/Header/NavDropdown.js +39 -0
  11. package/dist/Header/helper.d.ts +1 -0
  12. package/dist/Header/helper.js +1 -0
  13. package/dist/Header/index.d.ts +46 -0
  14. package/dist/Header/index.js +162 -0
  15. package/dist/Header/styles.d.ts +158 -0
  16. package/dist/Header/styles.js +770 -0
  17. package/dist/LocaleSelector/index.d.ts +9 -0
  18. package/dist/LocaleSelector/index.js +62 -0
  19. package/dist/LocaleSelector/styles.d.ts +33 -0
  20. package/dist/LocaleSelector/styles.js +156 -0
  21. package/dist/SearchField/index.d.ts +14 -0
  22. package/dist/SearchField/index.js +6 -0
  23. package/dist/SearchField/styles.d.ts +20 -0
  24. package/dist/SearchField/styles.js +85 -0
  25. package/dist/SectionAnchorNav/index.d.ts +11 -0
  26. package/dist/SectionAnchorNav/index.js +41 -0
  27. package/dist/SectionAnchorNav/styles.d.ts +22 -0
  28. package/dist/SectionAnchorNav/styles.js +74 -0
  29. package/dist/Seo/index.d.ts +18 -0
  30. package/dist/Seo/index.js +53 -0
  31. package/dist/Seo/types.d.ts +4 -0
  32. package/dist/Seo/types.js +1 -0
  33. package/dist/config/eslintConfig.d.ts +6 -0
  34. package/dist/config/eslintConfig.js +31 -0
  35. package/dist/config/prettierConfig.d.ts +8 -0
  36. package/dist/config/prettierConfig.js +8 -0
  37. package/dist/format.d.ts +3 -0
  38. package/dist/format.js +9 -0
  39. package/dist/index.d.ts +21 -0
  40. package/dist/index.js +18 -0
  41. package/dist/locale/config.d.ts +5 -0
  42. package/dist/locale/config.js +103 -0
  43. package/dist/locale/hooks.d.ts +3 -0
  44. package/dist/locale/hooks.js +36 -0
  45. package/dist/locale/localePreference.d.ts +7 -0
  46. package/dist/locale/localePreference.js +21 -0
  47. package/dist/locale/localization.d.ts +11 -0
  48. package/dist/locale/localization.js +12 -0
  49. package/dist/locale/routes.d.ts +5 -0
  50. package/dist/locale/routes.js +32 -0
  51. package/dist/locale/types.d.ts +25 -0
  52. package/dist/locale/types.js +1 -0
  53. package/dist/navigationContent.d.ts +59 -0
  54. package/dist/navigationContent.js +552 -0
  55. package/dist/scrollToSectionHeading.d.ts +1 -0
  56. package/dist/scrollToSectionHeading.js +12 -0
  57. package/dist/tokens.d.ts +252 -0
  58. package/dist/tokens.js +253 -0
  59. package/dist/typography.d.ts +11 -0
  60. package/dist/typography.js +106 -0
  61. package/eslint-config.js +1 -0
  62. package/package.json +98 -0
  63. package/prettier-config.js +1 -0
@@ -0,0 +1,552 @@
1
+ import { Locale } from './locale/localization.js';
2
+ export const navigationContent = {
3
+ [Locale.English]: {
4
+ header: {
5
+ about: 'About CRO',
6
+ learn: 'Learn',
7
+ deposit: 'Deposit',
8
+ desktop: 'Desktop',
9
+ joinWaitlist: 'Join Waitlist',
10
+ waitlistEmailCta: 'Enter your email to join waitlist',
11
+ soon: 'Soon',
12
+ localeSelectorAriaLabel: 'Select language',
13
+ },
14
+ footer: {
15
+ ctaTitle: 'Be early to the next trade',
16
+ emailPlaceholder: 'Email',
17
+ submitLabel: 'Join Waitlist',
18
+ consentLabel: 'Sign me up for the Cronos newsletter.',
19
+ consentNote: 'By clicking the "Join Waitlist" button, I acknowledge having read the Cronos.com Privacy Notice.',
20
+ socialHeading: 'Socials',
21
+ copyrightText: 'Copyright {year}. All Rights Reserved.',
22
+ legalNavLabel: 'Footer legal links',
23
+ disclaimer: [
24
+ 'The purpose of this website is solely to display information regarding the products and services available on the Cronos App. It is not intended to offer access to any of such products and services. You may obtain access to such products and services on the Cronos App.',
25
+ 'Please note that the availability of the products and services on the Cronos App is subject to jurisdictional limitations. Cronos may not offer certain products, features and/or services on the Cronos App in certain jurisdictions due to potential or actual regulatory restrictions.',
26
+ 'Cronos App is a self-custody trading platform for stocks, crypto, and prediction markets. Users sign in with Google or Apple to create and access their Cronos App account.',
27
+ ],
28
+ groups: {
29
+ cronos: 'Cronos',
30
+ resources: 'Resources',
31
+ developers: 'Developers',
32
+ },
33
+ links: {
34
+ deposit: 'Deposit',
35
+ learn: 'Learn',
36
+ brand: 'Brand',
37
+ newsletter: 'Newsletter',
38
+ evmDocumentation: 'Cronos EVM Documentation',
39
+ posDocumentation: 'Cronos POS Documentation',
40
+ cronosEcosystem: 'Apps on Cronos Network',
41
+ legalTermsPdf: 'Privacy Notice',
42
+ termsConditionsPdf: 'Terms & Conditions',
43
+ appTermsConditions: 'App Terms & Conditions',
44
+ cookiePreferences: 'Cookie Preferences',
45
+ },
46
+ socialLinks: {
47
+ discord: 'Discord',
48
+ instagram: 'Instagram',
49
+ linkedin: 'LinkedIn',
50
+ telegram: 'Telegram',
51
+ tiktok: 'TikTok',
52
+ x: 'X',
53
+ youtube: 'YouTube',
54
+ },
55
+ waitlistForm: {
56
+ successMessage: 'Thank you for joining the waitlist. We’ll share more details soon.',
57
+ emptyEmailMessage: 'Please enter your email address.',
58
+ invalidEmailMessage: 'Please enter a valid email address.',
59
+ errorMessage: 'Unable to submit right now. Please try again.',
60
+ submittingLabel: 'Submitting...',
61
+ },
62
+ },
63
+ },
64
+ [Locale.EnglishIndia]: {
65
+ header: {
66
+ about: 'About CRO',
67
+ learn: 'Learn',
68
+ deposit: 'Deposit',
69
+ desktop: 'Desktop',
70
+ joinWaitlist: 'Join Waitlist',
71
+ waitlistEmailCta: 'Enter your email to join waitlist',
72
+ soon: 'Soon',
73
+ localeSelectorAriaLabel: 'Select language',
74
+ },
75
+ footer: {
76
+ ctaTitle: 'Be early to the next trade',
77
+ emailPlaceholder: 'Email',
78
+ submitLabel: 'Join Waitlist',
79
+ consentLabel: 'Sign me up for the Cronos newsletter.',
80
+ consentNote: 'By clicking the "Join Waitlist" button, I acknowledge having read the Cronos.com Privacy Notice.',
81
+ socialHeading: 'Socials',
82
+ copyrightText: 'Copyright {year}. All Rights Reserved.',
83
+ legalNavLabel: 'Footer legal links',
84
+ disclaimer: [
85
+ 'The purpose of this website is solely to display information regarding the products and services available on the Cronos App. It is not intended to offer access to any of such products and services. You may obtain access to such products and services on the Cronos App.',
86
+ 'Please note that the availability of the products and services on the Cronos App is subject to jurisdictional limitations. Cronos may not offer certain products, features and/or services on the Cronos App in certain jurisdictions due to potential or actual regulatory restrictions.',
87
+ 'Cronos App is a self-custody trading platform for stocks, crypto, and prediction markets. Users sign in with Google or Apple to create and access their Cronos App account.',
88
+ ],
89
+ groups: {
90
+ cronos: 'Cronos',
91
+ resources: 'Resources',
92
+ developers: 'Developers',
93
+ },
94
+ links: {
95
+ deposit: 'Deposit',
96
+ learn: 'Learn',
97
+ brand: 'Brand',
98
+ newsletter: 'Newsletter',
99
+ evmDocumentation: 'Cronos EVM Documentation',
100
+ posDocumentation: 'Cronos POS Documentation',
101
+ cronosEcosystem: 'Apps on Cronos Network',
102
+ legalTermsPdf: 'Privacy Notice',
103
+ termsConditionsPdf: 'Terms & Conditions',
104
+ appTermsConditions: 'App Terms & Conditions',
105
+ cookiePreferences: 'Cookie Preferences',
106
+ },
107
+ socialLinks: {
108
+ discord: 'Discord',
109
+ instagram: 'Instagram',
110
+ linkedin: 'LinkedIn',
111
+ telegram: 'Telegram',
112
+ tiktok: 'TikTok',
113
+ x: 'X',
114
+ youtube: 'YouTube',
115
+ },
116
+ waitlistForm: {
117
+ successMessage: 'Thank you for joining the waitlist. We’ll share more details soon.',
118
+ emptyEmailMessage: 'Please enter your email address.',
119
+ invalidEmailMessage: 'Please enter a valid email address.',
120
+ errorMessage: 'Unable to submit right now. Please try again.',
121
+ submittingLabel: 'Submitting...',
122
+ },
123
+ },
124
+ },
125
+ [Locale.EnglishNigeria]: {
126
+ header: {
127
+ about: 'About CRO',
128
+ learn: 'Learn',
129
+ deposit: 'Deposit',
130
+ desktop: 'Desktop',
131
+ joinWaitlist: 'Join Waitlist',
132
+ waitlistEmailCta: 'Enter your email to join waitlist',
133
+ soon: 'Soon',
134
+ localeSelectorAriaLabel: 'Select language',
135
+ },
136
+ footer: {
137
+ ctaTitle: 'Be early to the next trade',
138
+ emailPlaceholder: 'Email',
139
+ submitLabel: 'Join Waitlist',
140
+ consentLabel: 'Sign me up for the Cronos newsletter.',
141
+ consentNote: 'By clicking the "Join Waitlist" button, I acknowledge having read the Cronos.com Privacy Notice.',
142
+ socialHeading: 'Socials',
143
+ copyrightText: 'Copyright {year}. All Rights Reserved.',
144
+ legalNavLabel: 'Footer legal links',
145
+ disclaimer: [
146
+ 'The purpose of this website is solely to display information regarding the products and services available on the Cronos App. It is not intended to offer access to any of such products and services. You may obtain access to such products and services on the Cronos App.',
147
+ 'Please note that the availability of the products and services on the Cronos App is subject to jurisdictional limitations. Cronos may not offer certain products, features and/or services on the Cronos App in certain jurisdictions due to potential or actual regulatory restrictions.',
148
+ 'Cronos App is a self-custody trading platform for stocks, crypto, and prediction markets. Users sign in with Google or Apple to create and access their Cronos App account.',
149
+ ],
150
+ groups: {
151
+ cronos: 'Cronos',
152
+ resources: 'Resources',
153
+ developers: 'Developers',
154
+ },
155
+ links: {
156
+ deposit: 'Deposit',
157
+ learn: 'Learn',
158
+ brand: 'Brand',
159
+ newsletter: 'Newsletter',
160
+ evmDocumentation: 'Cronos EVM Documentation',
161
+ posDocumentation: 'Cronos POS Documentation',
162
+ cronosEcosystem: 'Apps on Cronos Network',
163
+ legalTermsPdf: 'Privacy Notice',
164
+ termsConditionsPdf: 'Terms & Conditions',
165
+ appTermsConditions: 'App Terms & Conditions',
166
+ cookiePreferences: 'Cookie Preferences',
167
+ },
168
+ socialLinks: {
169
+ discord: 'Discord',
170
+ instagram: 'Instagram',
171
+ linkedin: 'LinkedIn',
172
+ telegram: 'Telegram',
173
+ tiktok: 'TikTok',
174
+ x: 'X',
175
+ youtube: 'YouTube',
176
+ },
177
+ waitlistForm: {
178
+ successMessage: 'Thank you for joining the waitlist. We’ll share more details soon.',
179
+ emptyEmailMessage: 'Please enter your email address.',
180
+ invalidEmailMessage: 'Please enter a valid email address.',
181
+ errorMessage: 'Unable to submit right now. Please try again.',
182
+ submittingLabel: 'Submitting...',
183
+ },
184
+ },
185
+ },
186
+ [Locale.EnglishPhilippines]: {
187
+ header: {
188
+ about: 'About CRO',
189
+ learn: 'Learn',
190
+ deposit: 'Deposit',
191
+ desktop: 'Desktop',
192
+ joinWaitlist: 'Join Waitlist',
193
+ waitlistEmailCta: 'Enter your email to join waitlist',
194
+ soon: 'Soon',
195
+ localeSelectorAriaLabel: 'Select language',
196
+ },
197
+ footer: {
198
+ ctaTitle: 'Be early to the next trade',
199
+ emailPlaceholder: 'Email',
200
+ submitLabel: 'Join Waitlist',
201
+ consentLabel: 'Sign me up for the Cronos newsletter.',
202
+ consentNote: 'By clicking the "Join Waitlist" button, I acknowledge having read the Cronos.com Privacy Notice.',
203
+ socialHeading: 'Socials',
204
+ copyrightText: 'Copyright {year}. All Rights Reserved.',
205
+ legalNavLabel: 'Footer legal links',
206
+ disclaimer: [
207
+ 'The purpose of this website is solely to display information regarding the products and services available on the Cronos App. It is not intended to offer access to any of such products and services. You may obtain access to such products and services on the Cronos App.',
208
+ 'Please note that the availability of the products and services on the Cronos App is subject to jurisdictional limitations. Cronos may not offer certain products, features and/or services on the Cronos App in certain jurisdictions due to potential or actual regulatory restrictions.',
209
+ 'Cronos App is a self-custody trading platform for stocks, crypto, and prediction markets. Users sign in with Google or Apple to create and access their Cronos App account.',
210
+ ],
211
+ groups: {
212
+ cronos: 'Cronos',
213
+ resources: 'Resources',
214
+ developers: 'Developers',
215
+ },
216
+ links: {
217
+ deposit: 'Deposit',
218
+ learn: 'Learn',
219
+ brand: 'Brand',
220
+ newsletter: 'Newsletter',
221
+ evmDocumentation: 'Cronos EVM Documentation',
222
+ posDocumentation: 'Cronos POS Documentation',
223
+ cronosEcosystem: 'Apps on Cronos Network',
224
+ legalTermsPdf: 'Privacy Notice',
225
+ termsConditionsPdf: 'Terms & Conditions',
226
+ appTermsConditions: 'App Terms & Conditions',
227
+ cookiePreferences: 'Cookie Preferences',
228
+ },
229
+ socialLinks: {
230
+ discord: 'Discord',
231
+ instagram: 'Instagram',
232
+ linkedin: 'LinkedIn',
233
+ telegram: 'Telegram',
234
+ tiktok: 'TikTok',
235
+ x: 'X',
236
+ youtube: 'YouTube',
237
+ },
238
+ waitlistForm: {
239
+ successMessage: 'Thank you for joining the waitlist. We’ll share more details soon.',
240
+ emptyEmailMessage: 'Please enter your email address.',
241
+ invalidEmailMessage: 'Please enter a valid email address.',
242
+ errorMessage: 'Unable to submit right now. Please try again.',
243
+ submittingLabel: 'Submitting...',
244
+ },
245
+ },
246
+ },
247
+ [Locale.Portuguese]: {
248
+ header: {
249
+ about: 'Sobre CRO',
250
+ learn: 'Aprenda',
251
+ deposit: 'Depósito',
252
+ desktop: 'Desktop',
253
+ joinWaitlist: 'Entrar na lista',
254
+ waitlistEmailCta: 'Digite seu email para entrar na lista',
255
+ soon: 'Em breve',
256
+ localeSelectorAriaLabel: 'Selecionar idioma',
257
+ },
258
+ footer: {
259
+ ctaTitle: 'Chegue primeiro na próxima operação',
260
+ emailPlaceholder: 'Email',
261
+ submitLabel: 'Entrar na lista',
262
+ consentLabel: 'Quero receber a newsletter da Cronos.',
263
+ consentNote: 'Ao clicar no botão "Entrar na lista", confirmo que li o Aviso de Privacidade da Cronos.com.',
264
+ socialHeading: 'Socials',
265
+ copyrightText: 'Direitos autorais {year}. Todos os direitos reservados.',
266
+ legalNavLabel: 'Links legais do rodapé',
267
+ disclaimer: [
268
+ 'O objetivo deste site é exclusivamente exibir informações sobre os produtos e serviços disponíveis no app Cronos. Não se destina a oferecer acesso a nenhum desses produtos e serviços. O acesso a esses produtos e serviços pode ser obtido no app Cronos.',
269
+ 'Observe que a disponibilidade dos produtos e serviços no app Cronos está sujeita a limitações jurisdicionais. A Cronos pode não oferecer determinados produtos, funcionalidades e/ou serviços no app Cronos em certas jurisdições devido a restrições regulatórias vigentes ou potenciais.',
270
+ 'O Cronos App é uma plataforma de trading com autocustódia para ações, criptomoedas e mercados de previsão. Os usuários fazem login com Google ou Apple para criar e acessar sua conta no Cronos App.',
271
+ ],
272
+ groups: {
273
+ cronos: 'Cronos',
274
+ resources: 'Recursos',
275
+ developers: 'Desenvolvedores',
276
+ },
277
+ links: {
278
+ deposit: 'Depósito',
279
+ learn: 'Aprenda',
280
+ brand: 'Marca',
281
+ newsletter: 'Newsletter',
282
+ evmDocumentation: 'Documentação Cronos EVM',
283
+ posDocumentation: 'Documentação Cronos POS',
284
+ cronosEcosystem: 'Apps na Cronos Network',
285
+ legalTermsPdf: 'Aviso de Privacidade',
286
+ termsConditionsPdf: 'Termos e Condições',
287
+ appTermsConditions: 'Termos e Condições do App',
288
+ cookiePreferences: 'Configurações de Cookies',
289
+ },
290
+ socialLinks: {
291
+ discord: 'Discord',
292
+ instagram: 'Instagram',
293
+ linkedin: 'LinkedIn',
294
+ telegram: 'Telegram',
295
+ tiktok: 'TikTok',
296
+ x: 'X',
297
+ youtube: 'YouTube',
298
+ },
299
+ waitlistForm: {
300
+ successMessage: 'Obrigado por entrar na lista. Vamos compartilhar mais detalhes em breve.',
301
+ emptyEmailMessage: 'Por favor, digite seu email.',
302
+ invalidEmailMessage: 'Por favor, digite um email válido.',
303
+ errorMessage: 'Não foi possível enviar agora. Tente novamente.',
304
+ submittingLabel: 'Enviando...',
305
+ },
306
+ },
307
+ },
308
+ [Locale.Indonesian]: {
309
+ header: {
310
+ about: 'Tentang CRO',
311
+ learn: 'Pelajari',
312
+ deposit: 'Deposit',
313
+ desktop: 'Desktop',
314
+ joinWaitlist: 'Gabung Daftar Tunggu',
315
+ waitlistEmailCta: 'Masukkan email Anda',
316
+ soon: 'segera',
317
+ localeSelectorAriaLabel: 'Pilih bahasa',
318
+ },
319
+ footer: {
320
+ ctaTitle: 'Jadi yang pertama di trading berikutnya',
321
+ emailPlaceholder: 'Email',
322
+ submitLabel: 'Gabung Daftar Tunggu',
323
+ consentLabel: 'Daftarkan saya untuk newsletter Cronos.',
324
+ consentNote: 'Dengan mengeklik tombol "Gabung Daftar Tunggu", saya menyatakan telah membaca Pemberitahuan Privasi Cronos.com.',
325
+ socialHeading: 'Media sosial',
326
+ copyrightText: 'Hak Cipta {year}. Hak Dilindungi.',
327
+ legalNavLabel: 'Tautan legal footer',
328
+ disclaimer: [
329
+ 'Tujuan situs web ini hanya untuk menampilkan informasi mengenai produk dan layanan yang tersedia di aplikasi Cronos. Situs ini tidak dimaksudkan untuk menawarkan akses ke produk dan layanan tersebut. Anda dapat mengakses produk dan layanan tersebut di aplikasi Cronos.',
330
+ 'Harap diperhatikan bahwa ketersediaan produk dan layanan di aplikasi Cronos tunduk pada batasan yurisdiksi. Cronos mungkin tidak menawarkan produk, fitur, dan/atau layanan tertentu di aplikasi Cronos di yurisdiksi tertentu karena potensi atau pembatasan regulasi yang berlaku.',
331
+ 'Cronos App adalah platform trading self-custody untuk saham, kripto, dan pasar prediksi. Pengguna masuk menggunakan Google atau Apple untuk membuat dan mengakses akun Cronos App mereka.',
332
+ ],
333
+ groups: {
334
+ cronos: 'Cronos',
335
+ resources: 'Sumber Daya',
336
+ developers: 'Developer',
337
+ },
338
+ links: {
339
+ deposit: 'Deposit',
340
+ learn: 'Pelajari',
341
+ brand: 'Brand',
342
+ newsletter: 'Buletin',
343
+ evmDocumentation: 'Dokumentasi Cronos EVM',
344
+ posDocumentation: 'Dokumentasi Cronos POS',
345
+ cronosEcosystem: 'Aplikasi di Cronos Network',
346
+ legalTermsPdf: 'Pemberitahuan Privasi',
347
+ termsConditionsPdf: 'Syarat & Ketentuan',
348
+ appTermsConditions: 'Syarat & Ketentuan App',
349
+ cookiePreferences: 'Pengaturan Cookies',
350
+ },
351
+ socialLinks: {
352
+ discord: 'Discord',
353
+ instagram: 'Instagram',
354
+ linkedin: 'LinkedIn',
355
+ telegram: 'Telegram',
356
+ tiktok: 'TikTok',
357
+ x: 'X',
358
+ youtube: 'YouTube',
359
+ },
360
+ waitlistForm: {
361
+ successMessage: 'Terima kasih sudah bergabung dalam daftar tunggu. Kami akan membagikan detail lebih lanjut segera.',
362
+ emptyEmailMessage: 'Masukkan alamat email Anda.',
363
+ invalidEmailMessage: 'Masukkan alamat email yang valid.',
364
+ errorMessage: 'Belum dapat mengirim saat ini. Coba lagi.',
365
+ submittingLabel: 'Mengirim...',
366
+ },
367
+ },
368
+ },
369
+ [Locale.Korean]: {
370
+ header: {
371
+ about: 'CRO 소개',
372
+ learn: '학습',
373
+ deposit: '입금',
374
+ desktop: '데스크톱',
375
+ joinWaitlist: '대기 명단 등록',
376
+ waitlistEmailCta: '이메일을 입력하세요',
377
+ soon: '곧 출시',
378
+ localeSelectorAriaLabel: '언어 선택',
379
+ },
380
+ footer: {
381
+ ctaTitle: '다음 거래는 누구보다 먼저 시작하세요.',
382
+ emailPlaceholder: '이메일',
383
+ submitLabel: '대기 명단 등록',
384
+ consentLabel: 'Cronos 뉴스레터 구독 신청하기',
385
+ consentNote: '"대기 명단 등록" 버튼을 클릭하면 Cronos.com 개인정보 처리방침을 읽고 동의한 것으로 간주됩니다.',
386
+ socialHeading: '소셜',
387
+ copyrightText: '저작권 {year}. 모든 권리 보유.',
388
+ legalNavLabel: '푸터 법적 링크',
389
+ disclaimer: [
390
+ '본 웹사이트는 Cronos App에서 제공되는 제품 및 서비스에 대한 정보를 안내하기 위한 목적으로만 운영됩니다. 해당 제품 및 서비스에 대한 접근을 제공하기 위한 것이 아닙니다. 해당 제품과 서비스는 Cronos App에서 이용할 수 있습니다.',
391
+ 'Cronos App의 제품 및 서비스 제공 여부는 관할 지역 제한의 영향을 받을 수 있습니다. Cronos는 잠재적 또는 실제 규제 제한으로 인해 일부 관할 지역에서 특정 제품, 기능 및 서비스를 제공하지 않을 수 있습니다.',
392
+ 'Cronos App은 주식, 암호화폐, 예측 시장을 위한 셀프 커스터디 트레이딩 플랫폼입니다. 사용자는 Google 또는 Apple로 로그인하여 Cronos App 계정을 만들고 이용할 수 있습니다.',
393
+ ],
394
+ groups: {
395
+ cronos: 'Cronos',
396
+ resources: '리소스',
397
+ developers: '개발자',
398
+ },
399
+ links: {
400
+ deposit: '입금',
401
+ learn: '학습',
402
+ brand: '브랜드',
403
+ newsletter: '뉴스레터',
404
+ evmDocumentation: 'Cronos EVM 문서',
405
+ posDocumentation: 'Cronos POS 문서',
406
+ cronosEcosystem: 'Cronos Network 앱',
407
+ legalTermsPdf: '개인정보 처리방침',
408
+ termsConditionsPdf: '이용약관',
409
+ appTermsConditions: '앱 이용약관',
410
+ cookiePreferences: '쿠키 설정',
411
+ },
412
+ socialLinks: {
413
+ discord: 'Discord',
414
+ instagram: 'Instagram',
415
+ linkedin: 'LinkedIn',
416
+ telegram: 'Telegram',
417
+ tiktok: 'TikTok',
418
+ x: 'X',
419
+ youtube: 'YouTube',
420
+ },
421
+ waitlistForm: {
422
+ successMessage: '대기자 명단에 등록해 주셔서 감사합니다. 곧 자세한 내용을 공유하겠습니다.',
423
+ emptyEmailMessage: '이메일 주소를 입력하세요.',
424
+ invalidEmailMessage: '유효한 이메일 주소를 입력하세요.',
425
+ errorMessage: '지금은 제출할 수 없습니다. 다시 시도하세요.',
426
+ submittingLabel: '제출 중...',
427
+ },
428
+ },
429
+ },
430
+ [Locale.SpanishMexico]: {
431
+ header: {
432
+ about: 'Acerca de CRO',
433
+ learn: 'Aprende',
434
+ deposit: 'Depositar',
435
+ desktop: 'Desktop',
436
+ joinWaitlist: 'Únete a la lista de espera',
437
+ waitlistEmailCta: 'Ingresa tu correo electrónico para unirte a la lista de espera',
438
+ soon: 'pronto',
439
+ localeSelectorAriaLabel: 'Seleccionar idioma',
440
+ },
441
+ footer: {
442
+ ctaTitle: 'Llega temprano a la próxima operación',
443
+ emailPlaceholder: 'Email',
444
+ submitLabel: 'Únete a la lista de espera',
445
+ consentLabel: 'Quiero suscribirme al boletín de Cronos.',
446
+ consentNote: 'Al hacer clic en "Únete a la lista de espera", confirmo haber leído el Aviso de Privacidad de Cronos.com.',
447
+ socialHeading: 'Redes',
448
+ copyrightText: 'Copyright {year}. Todos los derechos reservados.',
449
+ legalNavLabel: 'Enlaces legales del pie de página',
450
+ disclaimer: [
451
+ 'El propósito de este sitio web es únicamente mostrar información sobre los productos y servicios disponibles en la app Cronos. No tiene la intención de ofrecer acceso a dichos productos y servicios. Puedes acceder a esos productos y servicios en la app Cronos.',
452
+ 'Ten en cuenta que la disponibilidad de los productos y servicios en la app Cronos está sujeta a limitaciones por jurisdicción. Cronos puede no ofrecer ciertos productos, funciones y/o servicios en la app Cronos en ciertas jurisdicciones debido a restricciones regulatorias potenciales o reales.',
453
+ 'Cronos App es una plataforma de trading con autocustodia para acciones, criptomonedas y mercados de predicciones. Los usuarios inician sesión con Google o Apple para crear y acceder a su cuenta de Cronos App.',
454
+ ],
455
+ groups: {
456
+ cronos: 'Cronos',
457
+ resources: 'Recursos',
458
+ developers: 'Desarrolladores',
459
+ },
460
+ links: {
461
+ deposit: 'Depositar',
462
+ learn: 'Aprender',
463
+ brand: 'Marca',
464
+ newsletter: 'Boletín',
465
+ evmDocumentation: 'Documentación Cronos EVM',
466
+ posDocumentation: 'Documentación Cronos POS',
467
+ cronosEcosystem: 'Apps en Cronos Network',
468
+ legalTermsPdf: 'Aviso de privacidad',
469
+ termsConditionsPdf: 'Términos y condiciones',
470
+ appTermsConditions: 'Términos y condiciones de la App',
471
+ cookiePreferences: 'Configuración de cookies',
472
+ },
473
+ socialLinks: {
474
+ discord: 'Discord',
475
+ instagram: 'Instagram',
476
+ linkedin: 'LinkedIn',
477
+ telegram: 'Telegram',
478
+ tiktok: 'TikTok',
479
+ x: 'X',
480
+ youtube: 'YouTube',
481
+ },
482
+ waitlistForm: {
483
+ successMessage: 'Gracias por entrar a la lista. Compartiremos más detalles pronto.',
484
+ emptyEmailMessage: 'Por favor, escribe tu email.',
485
+ invalidEmailMessage: 'Por favor, escribe un email válido.',
486
+ errorMessage: 'No se pudo enviar en este momento. Inténtalo de nuevo.',
487
+ submittingLabel: 'Enviando...',
488
+ },
489
+ },
490
+ },
491
+ [Locale.Vietnamese]: {
492
+ header: {
493
+ about: 'Giới thiệu CRO',
494
+ learn: 'Tìm hiểu',
495
+ deposit: 'Nạp tiền',
496
+ desktop: 'Desktop',
497
+ joinWaitlist: 'Tham gia danh sách chờ',
498
+ waitlistEmailCta: 'Nhập email của bạn',
499
+ soon: 'sắp ra mắt',
500
+ localeSelectorAriaLabel: 'Chọn ngôn ngữ',
501
+ },
502
+ footer: {
503
+ ctaTitle: 'Đón đầu cơ hội giao dịch.',
504
+ emailPlaceholder: 'Email',
505
+ submitLabel: 'Tham gia danh sách chờ',
506
+ consentLabel: 'Đăng ký nhận bản tin từ Cronos.',
507
+ consentNote: 'Bằng cách nhấp vào nút "Tham gia danh sách chờ", tôi xác nhận đã đọc Thông báo Quyền riêng tư của Cronos.com.',
508
+ socialHeading: 'Mạng xã hội',
509
+ copyrightText: 'Bản quyền {year}. Mọi quyền được bảo lưu.',
510
+ legalNavLabel: 'Liên kết pháp lý ở footer',
511
+ disclaimer: [
512
+ 'Mục đích của trang web này chỉ là hiển thị thông tin về các sản phẩm và dịch vụ có sẵn trên ứng dụng Cronos. Trang web không nhằm mục đích cung cấp quyền truy cập vào bất kỳ sản phẩm và dịch vụ nào. Bạn có thể truy cập các sản phẩm và dịch vụ này trên ứng dụng Cronos.',
513
+ 'Vui lòng lưu ý rằng tính sẵn có của các sản phẩm và dịch vụ trên ứng dụng Cronos tuân theo các giới hạn về khu vực pháp lý. Cronos có thể không cung cấp một số sản phẩm, tính năng và/hoặc dịch vụ trên ứng dụng Cronos ở một số khu vực pháp lý do các hạn chế quy định tiềm ẩn hoặc hiện hữu.',
514
+ 'Cronos App là nền tảng giao dịch tự quản lý cho cổ phiếu, tiền điện tử và thị trường dự đoán. Người dùng đăng nhập bằng Google hoặc Apple để tạo và truy cập tài khoản Cronos App của họ.',
515
+ ],
516
+ groups: {
517
+ cronos: 'Cronos',
518
+ resources: 'Tài liệu',
519
+ developers: 'Nhà phát triển',
520
+ },
521
+ links: {
522
+ deposit: 'Nạp tiền',
523
+ learn: 'Tìm hiểu',
524
+ brand: 'Thương hiệu',
525
+ newsletter: 'Bản tin',
526
+ evmDocumentation: 'Tài liệu Cronos EVM',
527
+ posDocumentation: 'Tài liệu Cronos POS',
528
+ cronosEcosystem: 'Ứng dụng trên Cronos Network',
529
+ legalTermsPdf: 'Thông báo Quyền riêng tư',
530
+ termsConditionsPdf: 'Điều khoản & Điều kiện',
531
+ appTermsConditions: 'Điều khoản & Điều kiện App',
532
+ cookiePreferences: 'Cài đặt Cookies',
533
+ },
534
+ socialLinks: {
535
+ discord: 'Discord',
536
+ instagram: 'Instagram',
537
+ linkedin: 'LinkedIn',
538
+ telegram: 'Telegram',
539
+ tiktok: 'TikTok',
540
+ x: 'X',
541
+ youtube: 'YouTube',
542
+ },
543
+ waitlistForm: {
544
+ successMessage: 'Cảm ơn bạn đã tham gia danh sách chờ. Chúng tôi sẽ chia sẻ thêm thông tin sớm.',
545
+ emptyEmailMessage: 'Vui lòng nhập địa chỉ email.',
546
+ invalidEmailMessage: 'Vui lòng nhập địa chỉ email hợp lệ.',
547
+ errorMessage: 'Hiện chưa thể gửi. Vui lòng thử lại.',
548
+ submittingLabel: 'Đang gửi...',
549
+ },
550
+ },
551
+ },
552
+ };
@@ -0,0 +1 @@
1
+ export declare function scrollToSectionHeading(sectionId: string): void;
@@ -0,0 +1,12 @@
1
+ const sectionHeadingScrollOffset = 128;
2
+ export function scrollToSectionHeading(sectionId) {
3
+ const section = document.getElementById(sectionId);
4
+ const target = section?.querySelector('h1, h2, [data-section-scroll-target]') ?? section;
5
+ if (!target)
6
+ return;
7
+ const scrollTop = target.getBoundingClientRect().top + window.scrollY - sectionHeadingScrollOffset;
8
+ window.scrollTo({
9
+ top: Math.max(0, scrollTop),
10
+ behavior: 'smooth',
11
+ });
12
+ }