@cloud-ru/uikit-product-title-clickable 0.0.49 → 0.0.51

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,26 @@
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.0.51 (2025-11-13)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **PD-3377:** removed contributors ([121640f](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/121640f7b88b20a728a6ad2c39de8841532bb308))
12
+
13
+
14
+
15
+
16
+
17
+ ## 0.0.50 (2025-11-13)
18
+
19
+ ### Only dependencies have been changed
20
+ * [@cloud-ru/uikit-product-icons@15.1.3](https://gitverse.ru/cloud-ru-tech/uikit-product/-/blob/master/packages/icons/CHANGELOG.md)
21
+
22
+
23
+
24
+
25
+
6
26
  ## 0.0.49 (2025-11-12)
7
27
 
8
28
 
@@ -17,7 +17,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
17
17
  exports.TitleClickable = TitleClickable;
18
18
  const jsx_runtime_1 = require("react/jsx-runtime");
19
19
  const classnames_1 = __importDefault(require("classnames"));
20
- const uikit_product_icons_1 = require("@sbercloud/uikit-product-icons");
20
+ const uikit_product_icons_1 = require("@cloud-ru/uikit-product-icons");
21
21
  const utils_1 = require("@snack-uikit/utils");
22
22
  const constants_1 = require("../constants");
23
23
  const helperComponents_1 = require("./helperComponents");
@@ -11,7 +11,7 @@ var __rest = (this && this.__rest) || function (s, e) {
11
11
  };
12
12
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
13
  import cn from 'classnames';
14
- import { ChevronRightSVG } from '@sbercloud/uikit-product-icons';
14
+ import { ChevronRightSVG } from '@cloud-ru/uikit-product-icons';
15
15
  import { extractSupportProps } from '@snack-uikit/utils';
16
16
  import { TEST_IDS } from '../constants';
17
17
  import { TitleClickableContent } from './helperComponents';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloud-ru/uikit-product-title-clickable",
3
3
  "title": "Title Clickable",
4
- "version": "0.0.49",
4
+ "version": "0.0.51",
5
5
  "sideEffects": [
6
6
  "*.css",
7
7
  "*.woff",
@@ -30,14 +30,13 @@
30
30
  "name": "Akhremenko Grigorii",
31
31
  "url": "https://github.com/AGrigorii"
32
32
  },
33
- "contributors": [],
34
33
  "license": "Apache-2.0",
35
34
  "publishConfig": {
36
35
  "access": "public"
37
36
  },
38
37
  "scripts": {},
39
38
  "dependencies": {
40
- "@cloud-ru/uikit-product-icons": "15.1.2",
39
+ "@cloud-ru/uikit-product-icons": "15.1.4",
41
40
  "@snack-uikit/avatar": "0.8.4",
42
41
  "@snack-uikit/icon-predefined": "0.7.3",
43
42
  "@snack-uikit/truncate-string": "0.6.9",
@@ -45,5 +44,5 @@
45
44
  "@snack-uikit/utils": "3.7.0",
46
45
  "classnames": "2.5.1"
47
46
  },
48
- "gitHead": "9c11b1e33e716c874534a1c162266c8591f2ed03"
47
+ "gitHead": "ce69097516055b330a0b05da5e29ac5b66e56284"
49
48
  }