@cloud-ru/uikit-product-calculator 1.9.1 → 1.9.2

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.9.2 (2026-05-27)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **MKP-3566:** remove unnecessary var() function ([9ad766b](https://github.com/cloud-ru-tech/uikit-product/commit/9ad766ba013daa5cb9bb7620400beda0f7ce2270))
12
+
13
+
14
+
15
+
16
+
6
17
  ## 1.9.1 (2026-05-26)
7
18
 
8
19
 
package/README.md CHANGED
@@ -113,7 +113,7 @@ data-test-id
113
113
  ### Props
114
114
  | name | type | default value | description |
115
115
  |------|------|---------------|-------------|
116
- | __@iterator@1105* | `() => StringIterator<string>` | - | Iterator |
116
+ | __@iterator@1113* | `() => StringIterator<string>` | - | Iterator |
117
117
  | toWellFormed* | `() => string` | - | Returns a string where all lone or out-of-order surrogates have been replaced by the Unicode replacement character (U+FFFD). |
118
118
  | isWellFormed* | `() => boolean` | - | Returns true if all leading surrogates and trailing surrogates appear paired and in order. |
119
119
  | at* | `(index: number) => string` | - | Returns a new String consisting of the single UTF-16 code unit located at the specified index. @param index The zero-based index of the desired code unit. A negative index will count back from the last item. |
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.9.1",
4
+ "version": "1.9.2",
5
5
  "sideEffects": [
6
6
  "*.css",
7
7
  "*.woff",
@@ -39,24 +39,24 @@
39
39
  "@cloud-ru/ft-copy-to-clipboard": "0.1.0",
40
40
  "@cloud-ru/uikit-product-icons": "17.3.0",
41
41
  "@cloud-ru/uikit-product-mobile-accordion": "1.1.12",
42
- "@cloud-ru/uikit-product-mobile-dropdown": "2.1.13",
43
- "@cloud-ru/uikit-product-mobile-fields": "2.1.2",
44
- "@cloud-ru/uikit-product-mobile-modal": "2.1.3",
42
+ "@cloud-ru/uikit-product-mobile-dropdown": "2.1.14",
43
+ "@cloud-ru/uikit-product-mobile-fields": "2.1.3",
44
+ "@cloud-ru/uikit-product-mobile-modal": "2.1.4",
45
45
  "@cloud-ru/uikit-product-utils": "9.1.0",
46
46
  "@snack-uikit/alert": "0.16.28",
47
47
  "@snack-uikit/button": "0.19.7",
48
- "@snack-uikit/card": "0.20.18",
48
+ "@snack-uikit/card": "0.20.20",
49
49
  "@snack-uikit/carousel": "0.6.11",
50
50
  "@snack-uikit/chips": "0.29.0",
51
51
  "@snack-uikit/divider": "3.2.3",
52
- "@snack-uikit/fields": "0.53.0",
52
+ "@snack-uikit/fields": "0.56.1",
53
53
  "@snack-uikit/icon-predefined": "0.7.3",
54
54
  "@snack-uikit/input-private": "4.8.8",
55
55
  "@snack-uikit/link": "0.17.20",
56
- "@snack-uikit/list": "0.32.17",
56
+ "@snack-uikit/list": "0.33.1",
57
57
  "@snack-uikit/modal": "0.19.12",
58
58
  "@snack-uikit/pagination": "0.10.24",
59
- "@snack-uikit/scroll": "0.10.8",
59
+ "@snack-uikit/scroll": "0.11.0",
60
60
  "@snack-uikit/tag": "0.15.18",
61
61
  "@snack-uikit/toggles": "0.13.26",
62
62
  "@snack-uikit/tooltip": "0.18.12",
@@ -71,5 +71,5 @@
71
71
  "devDependencies": {
72
72
  "@types/lodash": "4.17.13"
73
73
  },
74
- "gitHead": "ed1c70367ba0f5f1ba8fd75fa4addc4c41e0506a"
74
+ "gitHead": "04c618e066d471ab6f846aa9222265abb722f4f8"
75
75
  }