@cloud-ru/uikit-product-locale 2.6.0 → 2.7.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
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
+ # 2.7.0 (2026-04-14)
7
+
8
+
9
+ ### Features
10
+
11
+ * **LK-7542:** added quota widget ([40191bf](https://github.com/cloud-ru-tech/uikit-product/commit/40191bf2c69ce76ca8c67a3d6b61bfb7a7f318e7))
12
+
13
+
14
+
15
+
16
+
6
17
  # 2.6.0 (2026-04-14)
7
18
 
8
19
 
@@ -387,15 +387,6 @@ export declare const en_GB: {
387
387
  tooltipPreviewFunctional: string;
388
388
  };
389
389
  Quota: {
390
- peace: string;
391
- gb: string;
392
- unlimited: string;
393
- created: string;
394
- filled: string;
395
- available: string;
396
- exceeded: string;
397
- increase: string;
398
- noData: string;
399
390
  quotas: string;
400
391
  widgetSubtitle: string;
401
392
  increaseQuota: string;
@@ -362,15 +362,6 @@ exports.en_GB = {
362
362
  tooltipPreviewFunctional: 'The functionality is in the Preview stage. It is not subject to pricing conditions, service and support SLA.',
363
363
  },
364
364
  Quota: {
365
- peace: 'pcs.',
366
- gb: 'GB',
367
- unlimited: 'Unlimited',
368
- created: 'Created',
369
- filled: 'Filled',
370
- available: 'Available by quota',
371
- exceeded: 'Quota exhausted',
372
- increase: 'Increase',
373
- noData: 'Failed to load data',
374
365
  quotas: 'Quotas',
375
366
  widgetSubtitle: 'Current quota balance',
376
367
  increaseQuota: 'Increase quota',
@@ -362,15 +362,6 @@ exports.ru_RU = {
362
362
  tooltipPreviewFunctional: 'Функциональность находится в стадии Preview. Для нее не действуют условия тарификации, SLA сервиса и поддержки.',
363
363
  },
364
364
  Quota: {
365
- peace: 'шт.',
366
- gb: 'ГБ',
367
- created: 'Создано',
368
- filled: 'Занято',
369
- unlimited: 'Неограниченно',
370
- available: 'Доступно по квоте',
371
- exceeded: 'Квота исчерпана',
372
- increase: 'Увеличить',
373
- noData: 'Не удалось загрузить данные',
374
365
  quotas: 'Квоты',
375
366
  widgetSubtitle: 'Остаток по квотам на текущий момент',
376
367
  increaseQuota: 'Увеличить квоту',
@@ -387,15 +387,6 @@ export declare const en_GB: {
387
387
  tooltipPreviewFunctional: string;
388
388
  };
389
389
  Quota: {
390
- peace: string;
391
- gb: string;
392
- unlimited: string;
393
- created: string;
394
- filled: string;
395
- available: string;
396
- exceeded: string;
397
- increase: string;
398
- noData: string;
399
390
  quotas: string;
400
391
  widgetSubtitle: string;
401
392
  increaseQuota: string;
@@ -359,15 +359,6 @@ export const en_GB = {
359
359
  tooltipPreviewFunctional: 'The functionality is in the Preview stage. It is not subject to pricing conditions, service and support SLA.',
360
360
  },
361
361
  Quota: {
362
- peace: 'pcs.',
363
- gb: 'GB',
364
- unlimited: 'Unlimited',
365
- created: 'Created',
366
- filled: 'Filled',
367
- available: 'Available by quota',
368
- exceeded: 'Quota exhausted',
369
- increase: 'Increase',
370
- noData: 'Failed to load data',
371
362
  quotas: 'Quotas',
372
363
  widgetSubtitle: 'Current quota balance',
373
364
  increaseQuota: 'Increase quota',
@@ -359,15 +359,6 @@ export const ru_RU = {
359
359
  tooltipPreviewFunctional: 'Функциональность находится в стадии Preview. Для нее не действуют условия тарификации, SLA сервиса и поддержки.',
360
360
  },
361
361
  Quota: {
362
- peace: 'шт.',
363
- gb: 'ГБ',
364
- created: 'Создано',
365
- filled: 'Занято',
366
- unlimited: 'Неограниченно',
367
- available: 'Доступно по квоте',
368
- exceeded: 'Квота исчерпана',
369
- increase: 'Увеличить',
370
- noData: 'Не удалось загрузить данные',
371
362
  quotas: 'Квоты',
372
363
  widgetSubtitle: 'Остаток по квотам на текущий момент',
373
364
  increaseQuota: 'Увеличить квоту',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloud-ru/uikit-product-locale",
3
3
  "title": "Locale",
4
- "version": "2.6.0",
4
+ "version": "2.7.0",
5
5
  "sideEffects": [
6
6
  "*.css",
7
7
  "*.woff",
@@ -47,5 +47,5 @@
47
47
  "@types/lodash.merge": "4.6.9",
48
48
  "@types/lodash.set": "4.3.9"
49
49
  },
50
- "gitHead": "ce396a9b33a0db755d527f63e003c3a400484bbc"
50
+ "gitHead": "c029a007c08ef48f731f5620e17747f0cfc70179"
51
51
  }
@@ -371,15 +371,6 @@ export const en_GB = {
371
371
  'The functionality is in the Preview stage. It is not subject to pricing conditions, service and support SLA.',
372
372
  },
373
373
  Quota: {
374
- peace: 'pcs.',
375
- gb: 'GB',
376
- unlimited: 'Unlimited',
377
- created: 'Created',
378
- filled: 'Filled',
379
- available: 'Available by quota',
380
- exceeded: 'Quota exhausted',
381
- increase: 'Increase',
382
- noData: 'Failed to load data',
383
374
  quotas: 'Quotas',
384
375
  widgetSubtitle: 'Current quota balance',
385
376
  increaseQuota: 'Increase quota',
@@ -372,15 +372,6 @@ export const ru_RU: typeof en_GB = {
372
372
  'Функциональность находится в стадии Preview. Для нее не действуют условия тарификации, SLA сервиса и поддержки.',
373
373
  },
374
374
  Quota: {
375
- peace: 'шт.',
376
- gb: 'ГБ',
377
- created: 'Создано',
378
- filled: 'Занято',
379
- unlimited: 'Неограниченно',
380
- available: 'Доступно по квоте',
381
- exceeded: 'Квота исчерпана',
382
- increase: 'Увеличить',
383
- noData: 'Не удалось загрузить данные',
384
375
  quotas: 'Квоты',
385
376
  widgetSubtitle: 'Остаток по квотам на текущий момент',
386
377
  increaseQuota: 'Увеличить квоту',