@cloud-ru/uikit-product-card-predefined 0.8.14 → 0.8.16

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.8.16 (2025-11-24)
7
+
8
+ ### Only dependencies have been changed
9
+ * [@cloud-ru/uikit-product-icons@15.1.5](https://gitverse.ru/cloud-ru-tech/uikit-product/-/blob/master/packages/icons/CHANGELOG.md)
10
+ * [@cloud-ru/uikit-product-promo-tag-predefined@0.2.8](https://gitverse.ru/cloud-ru-tech/uikit-product/-/blob/master/packages/promo-tag-predefined/CHANGELOG.md)
11
+
12
+
13
+
14
+
15
+
16
+ ## 0.8.15 (2025-11-13)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * **PD-3377:** removed contributors ([121640f](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/121640f7b88b20a728a6ad2c39de8841532bb308))
22
+
23
+
24
+
25
+
26
+
6
27
  ## 0.8.14 (2025-11-13)
7
28
 
8
29
  ### Only dependencies have been changed
@@ -16,7 +16,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  exports.CardBanner = CardBanner;
18
18
  const jsx_runtime_1 = require("react/jsx-runtime");
19
- const uikit_product_icons_1 = require("@sbercloud/uikit-product-icons");
19
+ const uikit_product_icons_1 = require("@cloud-ru/uikit-product-icons");
20
20
  const button_1 = require("@snack-uikit/button");
21
21
  const card_1 = require("@snack-uikit/card");
22
22
  const truncate_string_1 = require("@snack-uikit/truncate-string");
@@ -13,7 +13,7 @@ var __rest = (this && this.__rest) || function (s, e) {
13
13
  Object.defineProperty(exports, "__esModule", { value: true });
14
14
  exports.CardService = CardService;
15
15
  const jsx_runtime_1 = require("react/jsx-runtime");
16
- const uikit_product_icons_1 = require("@sbercloud/uikit-product-icons");
16
+ const uikit_product_icons_1 = require("@cloud-ru/uikit-product-icons");
17
17
  const card_1 = require("@snack-uikit/card");
18
18
  const truncate_string_1 = require("@snack-uikit/truncate-string");
19
19
  const utils_1 = require("@snack-uikit/utils");
@@ -1,4 +1,4 @@
1
- import { PromoTagPredefinedProps } from '@sbercloud/uikit-product-promo-tag-predefined';
1
+ import { PromoTagPredefinedProps } from '@cloud-ru/uikit-product-promo-tag-predefined';
2
2
  import { Card, CardProps } from '@snack-uikit/card';
3
3
  import { WithSupportProps } from '@snack-uikit/utils';
4
4
  export type CardServiceSmallProps = WithSupportProps<Pick<CardProps, 'onClick' | 'className' | 'disabled' | 'outline' | 'href' | 'checked'> & Required<Pick<Card.HeaderProps, 'title' | 'emblem'>> & {
@@ -19,7 +19,7 @@ const jsx_runtime_1 = require("react/jsx-runtime");
19
19
  const classnames_1 = __importDefault(require("classnames"));
20
20
  const react_1 = require("react");
21
21
  const uncontrollable_1 = require("uncontrollable");
22
- const uikit_product_promo_tag_predefined_1 = require("@sbercloud/uikit-product-promo-tag-predefined");
22
+ const uikit_product_promo_tag_predefined_1 = require("@cloud-ru/uikit-product-promo-tag-predefined");
23
23
  const card_1 = require("@snack-uikit/card");
24
24
  const promo_tag_1 = require("@snack-uikit/promo-tag");
25
25
  const toggles_1 = require("@snack-uikit/toggles");
@@ -10,7 +10,7 @@ var __rest = (this && this.__rest) || function (s, e) {
10
10
  return t;
11
11
  };
12
12
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
- import { ArrowRightSVG, CrossSVG } from '@sbercloud/uikit-product-icons';
13
+ import { ArrowRightSVG, CrossSVG } from '@cloud-ru/uikit-product-icons';
14
14
  import { ButtonTonal } from '@snack-uikit/button';
15
15
  import { Card } from '@snack-uikit/card';
16
16
  import { TruncateString } from '@snack-uikit/truncate-string';
@@ -10,7 +10,7 @@ var __rest = (this && this.__rest) || function (s, e) {
10
10
  return t;
11
11
  };
12
12
  import { jsx as _jsx } from "react/jsx-runtime";
13
- import { ArrowRightSVG } from '@sbercloud/uikit-product-icons';
13
+ import { ArrowRightSVG } from '@cloud-ru/uikit-product-icons';
14
14
  import { Card } from '@snack-uikit/card';
15
15
  import { TruncateString } from '@snack-uikit/truncate-string';
16
16
  import { extractSupportProps } from '@snack-uikit/utils';
@@ -1,4 +1,4 @@
1
- import { PromoTagPredefinedProps } from '@sbercloud/uikit-product-promo-tag-predefined';
1
+ import { PromoTagPredefinedProps } from '@cloud-ru/uikit-product-promo-tag-predefined';
2
2
  import { Card, CardProps } from '@snack-uikit/card';
3
3
  import { WithSupportProps } from '@snack-uikit/utils';
4
4
  export type CardServiceSmallProps = WithSupportProps<Pick<CardProps, 'onClick' | 'className' | 'disabled' | 'outline' | 'href' | 'checked'> & Required<Pick<Card.HeaderProps, 'title' | 'emblem'>> & {
@@ -13,7 +13,7 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
13
  import cn from 'classnames';
14
14
  import { useRef } from 'react';
15
15
  import { useUncontrolledProp } from 'uncontrollable';
16
- import { PromoTagPredefined } from '@sbercloud/uikit-product-promo-tag-predefined';
16
+ import { PromoTagPredefined } from '@cloud-ru/uikit-product-promo-tag-predefined';
17
17
  import { Card } from '@snack-uikit/card';
18
18
  import { PromoTag } from '@snack-uikit/promo-tag';
19
19
  import { Favorite } from '@snack-uikit/toggles';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloud-ru/uikit-product-card-predefined",
3
3
  "title": "Card Predefined",
4
- "version": "0.8.14",
4
+ "version": "0.8.16",
5
5
  "sideEffects": [
6
6
  "*.css",
7
7
  "*.woff",
@@ -30,15 +30,14 @@
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.3",
41
- "@cloud-ru/uikit-product-promo-tag-predefined": "0.2.6",
39
+ "@cloud-ru/uikit-product-icons": "15.1.5",
40
+ "@cloud-ru/uikit-product-promo-tag-predefined": "0.2.8",
42
41
  "@snack-uikit/button": "0.19.16",
43
42
  "@snack-uikit/card": "0.16.19",
44
43
  "@snack-uikit/promo-tag": "0.7.1",
@@ -49,5 +48,5 @@
49
48
  "classnames": "2.5.1",
50
49
  "uncontrollable": "8.0.4"
51
50
  },
52
- "gitHead": "bf479ecf7238ef20b78f20acaef439efa535d1a1"
51
+ "gitHead": "46b285728ff0dfe51d89b375469a6c05d6f2dba9"
53
52
  }