@cloud-ru/uikit-product-locale 0.18.4 → 0.19.1

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/CHANGELOG.md CHANGED
@@ -3,6 +3,28 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## 0.19.1 (2025-11-19)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **FF-7605:** up snack locale dependency ([392b023](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/392b023b5ed165ee66a0478114c768dc33f72931))
12
+
13
+
14
+
15
+
16
+
17
+ # 0.19.0 (2025-11-13)
18
+
19
+
20
+ ### Features
21
+
22
+ * **RM-3714:** replace claudia button by giga for recommend panel ([9114db7](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/9114db7e67cc17a4e134b3d3b7a12055b6d5edae))
23
+
24
+
25
+
26
+
27
+
6
28
  ## 0.18.4 (2025-11-13)
7
29
 
8
30
 
@@ -401,6 +401,11 @@ export declare const en_GB: {
401
401
  dataErrorDescription: string;
402
402
  };
403
403
  Claudia: {
404
+ AiAssistantChip: {
405
+ tooltipTitle: string;
406
+ tooltipDescription: string;
407
+ documentationLink: string;
408
+ };
404
409
  SshField: {
405
410
  placeholder: string;
406
411
  chatStatusAnnouncement: {
@@ -407,6 +407,11 @@ exports.en_GB = {
407
407
  dataErrorDescription: 'Try to refresh the widget',
408
408
  },
409
409
  Claudia: {
410
+ AiAssistantChip: {
411
+ tooltipTitle: 'Giga assistant',
412
+ tooltipDescription: 'AI assistant in the cloud',
413
+ documentationLink: 'Documentation',
414
+ },
410
415
  SshField: {
411
416
  placeholder: 'Copy and paste SSH key or attach a file',
412
417
  chatStatusAnnouncement: {
@@ -407,6 +407,11 @@ exports.ru_RU = {
407
407
  dataErrorDescription: 'Попробуйте обновить виджет',
408
408
  },
409
409
  Claudia: {
410
+ AiAssistantChip: {
411
+ tooltipTitle: 'Гига-помощник',
412
+ tooltipDescription: 'ИИ-помощник в облаке',
413
+ documentationLink: 'Документация',
414
+ },
410
415
  SshField: {
411
416
  placeholder: 'Скопируйте и вставьте SSH-ключ или прикрепите файл',
412
417
  chatStatusAnnouncement: {
@@ -401,6 +401,11 @@ export declare const en_GB: {
401
401
  dataErrorDescription: string;
402
402
  };
403
403
  Claudia: {
404
+ AiAssistantChip: {
405
+ tooltipTitle: string;
406
+ tooltipDescription: string;
407
+ documentationLink: string;
408
+ };
404
409
  SshField: {
405
410
  placeholder: string;
406
411
  chatStatusAnnouncement: {
@@ -404,6 +404,11 @@ export const en_GB = {
404
404
  dataErrorDescription: 'Try to refresh the widget',
405
405
  },
406
406
  Claudia: {
407
+ AiAssistantChip: {
408
+ tooltipTitle: 'Giga assistant',
409
+ tooltipDescription: 'AI assistant in the cloud',
410
+ documentationLink: 'Documentation',
411
+ },
407
412
  SshField: {
408
413
  placeholder: 'Copy and paste SSH key or attach a file',
409
414
  chatStatusAnnouncement: {
@@ -404,6 +404,11 @@ export const ru_RU = {
404
404
  dataErrorDescription: 'Попробуйте обновить виджет',
405
405
  },
406
406
  Claudia: {
407
+ AiAssistantChip: {
408
+ tooltipTitle: 'Гига-помощник',
409
+ tooltipDescription: 'ИИ-помощник в облаке',
410
+ documentationLink: 'Документация',
411
+ },
407
412
  SshField: {
408
413
  placeholder: 'Скопируйте и вставьте SSH-ключ или прикрепите файл',
409
414
  chatStatusAnnouncement: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloud-ru/uikit-product-locale",
3
3
  "title": "Locale",
4
- "version": "0.18.4",
4
+ "version": "0.19.1",
5
5
  "sideEffects": [
6
6
  "*.css",
7
7
  "*.woff",
@@ -37,7 +37,7 @@
37
37
  "scripts": {},
38
38
  "dependencies": {
39
39
  "@cloud-ru/common-translations": "1.3.2",
40
- "@snack-uikit/locale": "0.15.2",
40
+ "@snack-uikit/locale": "0.15.3",
41
41
  "lodash.get": "4.4.2",
42
42
  "lodash.merge": "4.6.2",
43
43
  "lodash.set": "4.3.2"
@@ -47,5 +47,5 @@
47
47
  "@types/lodash.merge": "4.6.9",
48
48
  "@types/lodash.set": "4.3.9"
49
49
  },
50
- "gitHead": "08da536a2d0e000d678f7490df150fc0ebdf3f01"
50
+ "gitHead": "713251cd9f9397f96628c4ea76d9aec3b49c6007"
51
51
  }
@@ -416,6 +416,11 @@ export const en_GB = {
416
416
  dataErrorDescription: 'Try to refresh the widget',
417
417
  },
418
418
  Claudia: {
419
+ AiAssistantChip: {
420
+ tooltipTitle: 'Giga assistant',
421
+ tooltipDescription: 'AI assistant in the cloud',
422
+ documentationLink: 'Documentation',
423
+ },
419
424
  SshField: {
420
425
  placeholder: 'Copy and paste SSH key or attach a file',
421
426
  chatStatusAnnouncement: {
@@ -416,6 +416,11 @@ export const ru_RU: typeof en_GB = {
416
416
  dataErrorDescription: 'Попробуйте обновить виджет',
417
417
  },
418
418
  Claudia: {
419
+ AiAssistantChip: {
420
+ tooltipTitle: 'Гига-помощник',
421
+ tooltipDescription: 'ИИ-помощник в облаке',
422
+ documentationLink: 'Документация',
423
+ },
419
424
  SshField: {
420
425
  placeholder: 'Скопируйте и вставьте SSH-ключ или прикрепите файл',
421
426
  chatStatusAnnouncement: {