@cloud-ru/uikit-product-copy-line 0.7.64 → 0.7.66

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,27 @@
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.7.66 (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.7.65 (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
+ * [@cloud-ru/uikit-product-utils@7.0.2](https://gitverse.ru/cloud-ru-tech/uikit-product/-/blob/master/packages/utils/CHANGELOG.md)
22
+
23
+
24
+
25
+
26
+
6
27
  ## 0.7.64 (2025-11-12)
7
28
 
8
29
 
@@ -1,4 +1,4 @@
1
- import { WithSupportProps } from '@sbercloud/uikit-product-utils';
1
+ import { WithSupportProps } from '@cloud-ru/uikit-product-utils';
2
2
  import { ButtonFunctionProps } from '@snack-uikit/button';
3
3
  export type CopyButtonProps = WithSupportProps<{
4
4
  valueToCopy: string | number;
@@ -15,8 +15,8 @@ exports.CopyButton = CopyButton;
15
15
  const jsx_runtime_1 = require("react/jsx-runtime");
16
16
  const ft_copy_to_clipboard_1 = require("@cloud-ru/ft-copy-to-clipboard");
17
17
  const react_1 = require("react");
18
- const uikit_product_icons_1 = require("@sbercloud/uikit-product-icons");
19
- const uikit_product_utils_1 = require("@sbercloud/uikit-product-utils");
18
+ const uikit_product_icons_1 = require("@cloud-ru/uikit-product-icons");
19
+ const uikit_product_utils_1 = require("@cloud-ru/uikit-product-utils");
20
20
  const button_1 = require("@snack-uikit/button");
21
21
  function CopyButton(_a) {
22
22
  var { valueToCopy, size = 'xs', className } = _a, rest = __rest(_a, ["valueToCopy", "size", "className"]);
@@ -1,5 +1,5 @@
1
1
  import { MouseEventHandler, ReactNode } from 'react';
2
- import { WithSupportProps } from '@sbercloud/uikit-product-utils';
2
+ import { WithSupportProps } from '@cloud-ru/uikit-product-utils';
3
3
  import { CopyButtonHideStrategy } from './types';
4
4
  export type CopyLineProps = WithSupportProps<{
5
5
  content: ReactNode;
@@ -19,8 +19,8 @@ const jsx_runtime_1 = require("react/jsx-runtime");
19
19
  const ft_copy_to_clipboard_1 = require("@cloud-ru/ft-copy-to-clipboard");
20
20
  const classnames_1 = __importDefault(require("classnames"));
21
21
  const react_1 = require("react");
22
- const uikit_product_icons_1 = require("@sbercloud/uikit-product-icons");
23
- const uikit_product_utils_1 = require("@sbercloud/uikit-product-utils");
22
+ const uikit_product_icons_1 = require("@cloud-ru/uikit-product-icons");
23
+ const uikit_product_utils_1 = require("@cloud-ru/uikit-product-utils");
24
24
  const button_1 = require("@snack-uikit/button");
25
25
  const truncate_string_1 = require("@snack-uikit/truncate-string");
26
26
  const constants_1 = require("./constants");
@@ -1,4 +1,4 @@
1
- import { WithSupportProps } from '@sbercloud/uikit-product-utils';
1
+ import { WithSupportProps } from '@cloud-ru/uikit-product-utils';
2
2
  import { ButtonFunctionProps } from '@snack-uikit/button';
3
3
  export type CopyButtonProps = WithSupportProps<{
4
4
  valueToCopy: string | number;
@@ -12,8 +12,8 @@ var __rest = (this && this.__rest) || function (s, e) {
12
12
  import { jsx as _jsx } from "react/jsx-runtime";
13
13
  import { copyToClipboard } from '@cloud-ru/ft-copy-to-clipboard';
14
14
  import { useEffect, useRef, useState } from 'react';
15
- import { CheckSVG, CopySVG } from '@sbercloud/uikit-product-icons';
16
- import { extractSupportProps } from '@sbercloud/uikit-product-utils';
15
+ import { CheckSVG, CopySVG } from '@cloud-ru/uikit-product-icons';
16
+ import { extractSupportProps } from '@cloud-ru/uikit-product-utils';
17
17
  import { ButtonFunction } from '@snack-uikit/button';
18
18
  export function CopyButton(_a) {
19
19
  var { valueToCopy, size = 'xs', className } = _a, rest = __rest(_a, ["valueToCopy", "size", "className"]);
@@ -1,5 +1,5 @@
1
1
  import { MouseEventHandler, ReactNode } from 'react';
2
- import { WithSupportProps } from '@sbercloud/uikit-product-utils';
2
+ import { WithSupportProps } from '@cloud-ru/uikit-product-utils';
3
3
  import { CopyButtonHideStrategy } from './types';
4
4
  export type CopyLineProps = WithSupportProps<{
5
5
  content: ReactNode;
@@ -13,8 +13,8 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
13
  import { copyToClipboard } from '@cloud-ru/ft-copy-to-clipboard';
14
14
  import cn from 'classnames';
15
15
  import { useEffect, useRef, useState } from 'react';
16
- import { CheckSVG, CopySVG } from '@sbercloud/uikit-product-icons';
17
- import { extractSupportProps } from '@sbercloud/uikit-product-utils';
16
+ import { CheckSVG, CopySVG } from '@cloud-ru/uikit-product-icons';
17
+ import { extractSupportProps } from '@cloud-ru/uikit-product-utils';
18
18
  import { ButtonFunction } from '@snack-uikit/button';
19
19
  import { TruncateString } from '@snack-uikit/truncate-string';
20
20
  import { COPY_BUTTON_HIDE_STRATEGY } from './constants';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloud-ru/uikit-product-copy-line",
3
3
  "title": "Copy Line",
4
- "version": "0.7.64",
4
+ "version": "0.7.66",
5
5
  "sideEffects": [
6
6
  "*.css",
7
7
  "*.woff",
@@ -30,7 +30,6 @@
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"
@@ -38,12 +37,12 @@
38
37
  "scripts": {},
39
38
  "dependencies": {
40
39
  "@cloud-ru/ft-copy-to-clipboard": "0.1.0",
41
- "@cloud-ru/uikit-product-icons": "15.1.2",
42
- "@cloud-ru/uikit-product-utils": "7.0.1",
40
+ "@cloud-ru/uikit-product-icons": "15.1.4",
41
+ "@cloud-ru/uikit-product-utils": "7.0.3",
43
42
  "@snack-uikit/button": "0.19.7",
44
43
  "@snack-uikit/truncate-string": "0.6.9",
45
44
  "@snack-uikit/utils": "3.7.0",
46
45
  "classnames": "2.5.1"
47
46
  },
48
- "gitHead": "9c11b1e33e716c874534a1c162266c8591f2ed03"
47
+ "gitHead": "ce69097516055b330a0b05da5e29ac5b66e56284"
49
48
  }