@cloud-ru/uikit-product-promo-tag-predefined 0.2.6 → 0.2.8
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.2.8 (2025-11-24)
|
|
7
|
+
|
|
8
|
+
### Only dependencies have been changed
|
|
9
|
+
* [@cloud-ru/uikit-product-utils@8.0.0](https://gitverse.ru/cloud-ru-tech/uikit-product/-/blob/master/packages/utils/CHANGELOG.md)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
## 0.2.7 (2025-11-13)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* **PD-3377:** removed contributors ([121640f](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/121640f7b88b20a728a6ad2c39de8841532bb308))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
6
26
|
## 0.2.6 (2025-11-13)
|
|
7
27
|
|
|
8
28
|
### Only dependencies have been changed
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { WithSupportProps } from '@
|
|
1
|
+
import { WithSupportProps } from '@cloud-ru/uikit-product-utils';
|
|
2
2
|
import { PromoTagProps } from '@snack-uikit/promo-tag';
|
|
3
3
|
import { TooltipProps } from '@snack-uikit/tooltip';
|
|
4
4
|
import { PreviewContext, Variant } from './types';
|
|
@@ -17,7 +17,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
17
17
|
exports.PromoTagPredefined = PromoTagPredefined;
|
|
18
18
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
19
19
|
const react_1 = require("react");
|
|
20
|
-
const uikit_product_locale_1 = require("@
|
|
20
|
+
const uikit_product_locale_1 = require("@cloud-ru/uikit-product-locale");
|
|
21
21
|
const promo_tag_1 = require("@snack-uikit/promo-tag");
|
|
22
22
|
const tooltip_1 = require("@snack-uikit/tooltip");
|
|
23
23
|
const utils_1 = require("@snack-uikit/utils");
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { WithSupportProps } from '@
|
|
1
|
+
import { WithSupportProps } from '@cloud-ru/uikit-product-utils';
|
|
2
2
|
import { PromoTagProps } from '@snack-uikit/promo-tag';
|
|
3
3
|
import { TooltipProps } from '@snack-uikit/tooltip';
|
|
4
4
|
import { PreviewContext, Variant } from './types';
|
|
@@ -11,7 +11,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
11
11
|
};
|
|
12
12
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
import { useMemo } from 'react';
|
|
14
|
-
import { useLocale } from '@
|
|
14
|
+
import { useLocale } from '@cloud-ru/uikit-product-locale';
|
|
15
15
|
import { PromoTag } from '@snack-uikit/promo-tag';
|
|
16
16
|
import { Tooltip } from '@snack-uikit/tooltip';
|
|
17
17
|
import { extractSupportProps } from '@snack-uikit/utils';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-ru/uikit-product-promo-tag-predefined",
|
|
3
3
|
"title": "PromoTag Predefined",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.8",
|
|
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-utils": "
|
|
39
|
+
"@cloud-ru/uikit-product-utils": "8.0.0",
|
|
41
40
|
"@snack-uikit/promo-tag": "0.7.8",
|
|
42
41
|
"@snack-uikit/tooltip": "0.18.4",
|
|
43
42
|
"@snack-uikit/utils": "4.0.0"
|
|
@@ -45,5 +44,5 @@
|
|
|
45
44
|
"peerDependencies": {
|
|
46
45
|
"@cloud-ru/uikit-product-locale": "*"
|
|
47
46
|
},
|
|
48
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "46b285728ff0dfe51d89b375469a6c05d6f2dba9"
|
|
49
48
|
}
|