@cloud-ru/uikit-product-calculator 1.11.1 → 1.11.3

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,30 @@
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.11.3 (2026-06-26)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **SITE-11165:** remove dublicated flavor ([693e2b1](https://github.com/cloud-ru-tech/uikit-product/commit/693e2b160e54deaabaf53b6b83965e0d62a7a2fb))
12
+
13
+
14
+
15
+
16
+
17
+ ## 1.11.2 (2026-06-26)
18
+
19
+ ### Only dependencies have been changed
20
+ * [@cloud-ru/uikit-product-icons@17.5.1]($PUBLIC_PROJECT_URL/blob/master/packages/icons/CHANGELOG.md)
21
+ * [@cloud-ru/uikit-product-mobile-accordion@1.1.15]($PUBLIC_PROJECT_URL/blob/master/packages/mobile-accordion/CHANGELOG.md)
22
+ * [@cloud-ru/uikit-product-mobile-dropdown@2.1.17]($PUBLIC_PROJECT_URL/blob/master/packages/mobile-dropdown/CHANGELOG.md)
23
+ * [@cloud-ru/uikit-product-mobile-fields@2.2.2]($PUBLIC_PROJECT_URL/blob/master/packages/mobile-fields/CHANGELOG.md)
24
+ * [@cloud-ru/uikit-product-mobile-modal@2.2.0]($PUBLIC_PROJECT_URL/blob/master/packages/mobile-modal/CHANGELOG.md)
25
+
26
+
27
+
28
+
29
+
6
30
  ## 1.11.1 (2026-06-25)
7
31
 
8
32
 
@@ -6,7 +6,6 @@ const utils_1 = require("../../../utils");
6
6
  const flavorsConfig = [
7
7
  { label: '2vCPU, 4ГБ RAM', value: '2 4' },
8
8
  { label: '4vCPU, 8ГБ RAM', value: '4 8' },
9
- { label: '4vCPU, 8ГБ RAM', value: '4 8' },
10
9
  { label: '4vCPU, 16ГБ RAM', value: '4 16' },
11
10
  { label: '4vCPU, 32ГБ RAM', value: '4 32' },
12
11
  { label: '4vCPU, 64ГБ RAM', value: '4 64' },
@@ -3,7 +3,6 @@ import { fillArrayWithNumbers } from '../../../utils';
3
3
  const flavorsConfig = [
4
4
  { label: '2vCPU, 4ГБ RAM', value: '2 4' },
5
5
  { label: '4vCPU, 8ГБ RAM', value: '4 8' },
6
- { label: '4vCPU, 8ГБ RAM', value: '4 8' },
7
6
  { label: '4vCPU, 16ГБ RAM', value: '4 16' },
8
7
  { label: '4vCPU, 32ГБ RAM', value: '4 32' },
9
8
  { label: '4vCPU, 64ГБ RAM', value: '4 64' },
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.11.1",
4
+ "version": "1.11.3",
5
5
  "sideEffects": [
6
6
  "*.css",
7
7
  "*.woff",
@@ -37,11 +37,11 @@
37
37
  "scripts": {},
38
38
  "dependencies": {
39
39
  "@cloud-ru/ft-copy-to-clipboard": "0.1.0",
40
- "@cloud-ru/uikit-product-icons": "17.5.0",
41
- "@cloud-ru/uikit-product-mobile-accordion": "1.1.14",
42
- "@cloud-ru/uikit-product-mobile-dropdown": "2.1.16",
43
- "@cloud-ru/uikit-product-mobile-fields": "2.2.1",
44
- "@cloud-ru/uikit-product-mobile-modal": "2.1.6",
40
+ "@cloud-ru/uikit-product-icons": "17.5.1",
41
+ "@cloud-ru/uikit-product-mobile-accordion": "1.1.15",
42
+ "@cloud-ru/uikit-product-mobile-dropdown": "2.1.17",
43
+ "@cloud-ru/uikit-product-mobile-fields": "2.2.2",
44
+ "@cloud-ru/uikit-product-mobile-modal": "2.2.0",
45
45
  "@cloud-ru/uikit-product-utils": "9.1.0",
46
46
  "@snack-uikit/alert": "0.16.31",
47
47
  "@snack-uikit/button": "0.19.19",
@@ -71,5 +71,5 @@
71
71
  "devDependencies": {
72
72
  "@types/lodash": "4.17.13"
73
73
  },
74
- "gitHead": "2ad7a8b871653c36e1d1fc95739e99eae0e7bf95"
74
+ "gitHead": "f779ecc888f0ec7a52d475068ed5f0291370bbc2"
75
75
  }
@@ -4,7 +4,6 @@ import { fillArrayWithNumbers } from '../../../utils';
4
4
  const flavorsConfig = [
5
5
  { label: '2vCPU, 4ГБ RAM', value: '2 4' },
6
6
  { label: '4vCPU, 8ГБ RAM', value: '4 8' },
7
- { label: '4vCPU, 8ГБ RAM', value: '4 8' },
8
7
  { label: '4vCPU, 16ГБ RAM', value: '4 16' },
9
8
  { label: '4vCPU, 32ГБ RAM', value: '4 32' },
10
9
  { label: '4vCPU, 64ГБ RAM', value: '4 64' },