@cloud-ru/uikit-product-calculator 1.12.8 → 1.13.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
|
+
# 1.13.0 (2026-08-11)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **SITE-11774:** update categories calculator ([6847dca](https://github.com/cloud-ru-tech/uikit-product/commit/6847dca5df52fb9471bd955f4cc56fe0045c56d8))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## 1.12.8 (2026-08-11)
|
|
7
18
|
|
|
8
19
|
### Only dependencies have been changed
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.EVOLUTION_CATALOG = void 0;
|
|
4
|
-
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
-
const alert_1 = require("@snack-uikit/alert");
|
|
6
|
-
const link_1 = require("@snack-uikit/link");
|
|
7
4
|
const constants_1 = require("../../../constants");
|
|
8
5
|
const constants_2 = require("./constants");
|
|
9
6
|
exports.EVOLUTION_CATALOG = {
|
|
@@ -19,17 +16,6 @@ exports.EVOLUTION_CATALOG = {
|
|
|
19
16
|
constants_2.EVOLUTION_PRODUCT.EvolutionStorageS3,
|
|
20
17
|
],
|
|
21
18
|
},
|
|
22
|
-
{
|
|
23
|
-
id: constants_1.CATEGORY.FreeTier,
|
|
24
|
-
label: 'Free Tier',
|
|
25
|
-
dataTestId: 'free-tier',
|
|
26
|
-
visibleProducts: [
|
|
27
|
-
constants_2.EVOLUTION_PRODUCT.EvolutionStorageS3FreeTier,
|
|
28
|
-
constants_2.EVOLUTION_PRODUCT.EvolutionContainerAppsFreeTier,
|
|
29
|
-
constants_2.EVOLUTION_PRODUCT.EvolutionManagedBI,
|
|
30
|
-
],
|
|
31
|
-
banner: ((0, jsx_runtime_1.jsx)(alert_1.Alert, { appearance: 'info', outline: true, description: (0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: ["Free tier\u00A0\u2014 \u044D\u0442\u043E \u043E\u0431\u043B\u0430\u0447\u043D\u044B\u0435 \u0440\u0435\u0441\u0443\u0440\u0441\u044B, \u0437\u0430\u00A0\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043D\u0435\u00A0\u043D\u0430\u0434\u043E \u043F\u043B\u0430\u0442\u0438\u0442\u044C. \u041F\u043E\u0441\u043B\u0435 \u0430\u043A\u0442\u0438\u0432\u0430\u0446\u0438\u0438 \u0441\u0435\u0440\u0432\u0438\u0441 \u043E\u0441\u0442\u0430\u043D\u0435\u0442\u0441\u044F \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430 \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u044B\u043C. \u041F\u043E\u0434\u0440\u043E\u0431\u043D\u0435\u0435 \u0432\u00A0", (0, jsx_runtime_1.jsx)(link_1.Link, { size: 'm', appearance: 'primary', textMode: 'accent', insideText: true, target: '_blank', href: 'https://cloud.ru/docs/evolution/overview/topics/free-tier', text: '\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u0438' })] }) })),
|
|
32
|
-
},
|
|
33
19
|
{
|
|
34
20
|
id: constants_1.CATEGORY.Computations,
|
|
35
21
|
label: 'Инфраструктура',
|
|
@@ -93,7 +79,7 @@ exports.EVOLUTION_CATALOG = {
|
|
|
93
79
|
},
|
|
94
80
|
{
|
|
95
81
|
id: constants_1.CATEGORY.ML,
|
|
96
|
-
label: '
|
|
82
|
+
label: 'AI Factory',
|
|
97
83
|
dataTestId: 'ml',
|
|
98
84
|
visibleProducts: [constants_2.EVOLUTION_PRODUCT.EvolutionMlInference, constants_2.EVOLUTION_PRODUCT.EvolutionNotebooks],
|
|
99
85
|
},
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { Alert } from '@snack-uikit/alert';
|
|
3
|
-
import { Link } from '@snack-uikit/link';
|
|
4
1
|
import { CATEGORY, PLATFORM } from '../../../constants';
|
|
5
2
|
import { EVOLUTION_PRODUCT } from './constants';
|
|
6
3
|
export const EVOLUTION_CATALOG = {
|
|
@@ -16,17 +13,6 @@ export const EVOLUTION_CATALOG = {
|
|
|
16
13
|
EVOLUTION_PRODUCT.EvolutionStorageS3,
|
|
17
14
|
],
|
|
18
15
|
},
|
|
19
|
-
{
|
|
20
|
-
id: CATEGORY.FreeTier,
|
|
21
|
-
label: 'Free Tier',
|
|
22
|
-
dataTestId: 'free-tier',
|
|
23
|
-
visibleProducts: [
|
|
24
|
-
EVOLUTION_PRODUCT.EvolutionStorageS3FreeTier,
|
|
25
|
-
EVOLUTION_PRODUCT.EvolutionContainerAppsFreeTier,
|
|
26
|
-
EVOLUTION_PRODUCT.EvolutionManagedBI,
|
|
27
|
-
],
|
|
28
|
-
banner: (_jsx(Alert, { appearance: 'info', outline: true, description: _jsxs(_Fragment, { children: ["Free tier\u00A0\u2014 \u044D\u0442\u043E \u043E\u0431\u043B\u0430\u0447\u043D\u044B\u0435 \u0440\u0435\u0441\u0443\u0440\u0441\u044B, \u0437\u0430\u00A0\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043D\u0435\u00A0\u043D\u0430\u0434\u043E \u043F\u043B\u0430\u0442\u0438\u0442\u044C. \u041F\u043E\u0441\u043B\u0435 \u0430\u043A\u0442\u0438\u0432\u0430\u0446\u0438\u0438 \u0441\u0435\u0440\u0432\u0438\u0441 \u043E\u0441\u0442\u0430\u043D\u0435\u0442\u0441\u044F \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430 \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u044B\u043C. \u041F\u043E\u0434\u0440\u043E\u0431\u043D\u0435\u0435 \u0432\u00A0", _jsx(Link, { size: 'm', appearance: 'primary', textMode: 'accent', insideText: true, target: '_blank', href: 'https://cloud.ru/docs/evolution/overview/topics/free-tier', text: '\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u0438' })] }) })),
|
|
29
|
-
},
|
|
30
16
|
{
|
|
31
17
|
id: CATEGORY.Computations,
|
|
32
18
|
label: 'Инфраструктура',
|
|
@@ -90,7 +76,7 @@ export const EVOLUTION_CATALOG = {
|
|
|
90
76
|
},
|
|
91
77
|
{
|
|
92
78
|
id: CATEGORY.ML,
|
|
93
|
-
label: '
|
|
79
|
+
label: 'AI Factory',
|
|
94
80
|
dataTestId: 'ml',
|
|
95
81
|
visibleProducts: [EVOLUTION_PRODUCT.EvolutionMlInference, EVOLUTION_PRODUCT.EvolutionNotebooks],
|
|
96
82
|
},
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-ru/uikit-product-calculator",
|
|
3
3
|
"title": "Calculator",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.13.0",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"*.css",
|
|
7
7
|
"*.woff",
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@types/lodash": "4.17.13"
|
|
73
73
|
},
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "2dc7b39a5ace1d930d63f0ce94977c7807efa782"
|
|
75
75
|
}
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import { Alert } from '@snack-uikit/alert';
|
|
2
|
-
import { Link } from '@snack-uikit/link';
|
|
3
|
-
|
|
4
1
|
import { CATEGORY, PLATFORM } from '../../../constants';
|
|
5
2
|
import { CatalogConfig } from '../../../types';
|
|
6
3
|
import { EVOLUTION_PRODUCT } from './constants';
|
|
@@ -18,37 +15,6 @@ export const EVOLUTION_CATALOG: CatalogConfig['catalog'] = {
|
|
|
18
15
|
EVOLUTION_PRODUCT.EvolutionStorageS3,
|
|
19
16
|
],
|
|
20
17
|
},
|
|
21
|
-
{
|
|
22
|
-
id: CATEGORY.FreeTier,
|
|
23
|
-
label: 'Free Tier',
|
|
24
|
-
dataTestId: 'free-tier',
|
|
25
|
-
visibleProducts: [
|
|
26
|
-
EVOLUTION_PRODUCT.EvolutionStorageS3FreeTier,
|
|
27
|
-
EVOLUTION_PRODUCT.EvolutionContainerAppsFreeTier,
|
|
28
|
-
EVOLUTION_PRODUCT.EvolutionManagedBI,
|
|
29
|
-
],
|
|
30
|
-
banner: (
|
|
31
|
-
<Alert
|
|
32
|
-
appearance='info'
|
|
33
|
-
outline
|
|
34
|
-
description={
|
|
35
|
-
<>
|
|
36
|
-
Free tier — это облачные ресурсы, за которые не надо платить. После активации сервис
|
|
37
|
-
останется навсегда бесплатным. Подробнее в
|
|
38
|
-
<Link
|
|
39
|
-
size='m'
|
|
40
|
-
appearance='primary'
|
|
41
|
-
textMode='accent'
|
|
42
|
-
insideText
|
|
43
|
-
target='_blank'
|
|
44
|
-
href='https://cloud.ru/docs/evolution/overview/topics/free-tier'
|
|
45
|
-
text='документации'
|
|
46
|
-
/>
|
|
47
|
-
</>
|
|
48
|
-
}
|
|
49
|
-
/>
|
|
50
|
-
),
|
|
51
|
-
},
|
|
52
18
|
{
|
|
53
19
|
id: CATEGORY.Computations,
|
|
54
20
|
label: 'Инфраструктура',
|
|
@@ -112,7 +78,7 @@ export const EVOLUTION_CATALOG: CatalogConfig['catalog'] = {
|
|
|
112
78
|
},
|
|
113
79
|
{
|
|
114
80
|
id: CATEGORY.ML,
|
|
115
|
-
label: '
|
|
81
|
+
label: 'AI Factory',
|
|
116
82
|
dataTestId: 'ml',
|
|
117
83
|
visibleProducts: [EVOLUTION_PRODUCT.EvolutionMlInference, EVOLUTION_PRODUCT.EvolutionNotebooks],
|
|
118
84
|
},
|