@cloud-ru/uikit-product-mobile-tooltip 0.4.67 → 0.4.68
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 +11 -0
- package/dist/cjs/components/AdaptiveTooltip/AdaptiveTooltip.d.ts +1 -1
- package/dist/cjs/components/MobileQuestionTooltip/MobileQuestionTooltip.js +1 -1
- package/dist/esm/components/AdaptiveTooltip/AdaptiveTooltip.d.ts +1 -1
- package/dist/esm/components/MobileQuestionTooltip/MobileQuestionTooltip.js +1 -1
- package/package.json +4 -5
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
|
+
## 0.4.68 (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
|
+
|
|
6
17
|
## 0.4.67 (2025-11-13)
|
|
7
18
|
|
|
8
19
|
### Only dependencies have been changed
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { WithLayoutType } from '@
|
|
1
|
+
import { WithLayoutType } from '@cloud-ru/uikit-product-utils';
|
|
2
2
|
import { QuestionTooltipProps, TooltipProps } from '@snack-uikit/tooltip';
|
|
3
3
|
export type AdaptiveTooltipProps = WithLayoutType<TooltipProps>;
|
|
4
4
|
export declare function AdaptiveTooltip({ layoutType, ...props }: AdaptiveTooltipProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -18,7 +18,7 @@ exports.MobileQuestionTooltip = MobileQuestionTooltip;
|
|
|
18
18
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
19
19
|
const classnames_1 = __importDefault(require("classnames"));
|
|
20
20
|
const uncontrollable_1 = require("uncontrollable");
|
|
21
|
-
const uikit_product_icons_1 = require("@
|
|
21
|
+
const uikit_product_icons_1 = require("@cloud-ru/uikit-product-icons");
|
|
22
22
|
const MobileTooltip_1 = require("../MobileTooltip");
|
|
23
23
|
const constants_1 = require("./constants");
|
|
24
24
|
const styles_module_scss_1 = __importDefault(require('./styles.module.css'));
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { WithLayoutType } from '@
|
|
1
|
+
import { WithLayoutType } from '@cloud-ru/uikit-product-utils';
|
|
2
2
|
import { QuestionTooltipProps, TooltipProps } from '@snack-uikit/tooltip';
|
|
3
3
|
export type AdaptiveTooltipProps = WithLayoutType<TooltipProps>;
|
|
4
4
|
export declare function AdaptiveTooltip({ layoutType, ...props }: AdaptiveTooltipProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -12,7 +12,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
12
12
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
import cn from 'classnames';
|
|
14
14
|
import { useUncontrolledProp } from 'uncontrollable';
|
|
15
|
-
import { QuestionSVG } from '@
|
|
15
|
+
import { QuestionSVG } from '@cloud-ru/uikit-product-icons';
|
|
16
16
|
import { MobileTooltip } from '../MobileTooltip';
|
|
17
17
|
import { SIZE, SIZES_MAP, TRIGGER, TRIGGER_MAP } from './constants';
|
|
18
18
|
import styles from './styles.module.css';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-ru/uikit-product-mobile-tooltip",
|
|
3
3
|
"title": "Mobile Tooltip",
|
|
4
|
-
"version": "0.4.
|
|
4
|
+
"version": "0.4.68",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"*.css",
|
|
7
7
|
"*.woff",
|
|
@@ -30,20 +30,19 @@
|
|
|
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.
|
|
41
|
-
"@cloud-ru/uikit-product-utils": "7.0.
|
|
39
|
+
"@cloud-ru/uikit-product-icons": "15.1.4",
|
|
40
|
+
"@cloud-ru/uikit-product-utils": "7.0.3",
|
|
42
41
|
"@snack-uikit/popover-private": "0.14.5",
|
|
43
42
|
"@snack-uikit/tooltip": "0.18.3",
|
|
44
43
|
"@snack-uikit/utils": "3.10.1",
|
|
45
44
|
"classnames": "2.5.1",
|
|
46
45
|
"uncontrollable": "8.0.4"
|
|
47
46
|
},
|
|
48
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "ce69097516055b330a0b05da5e29ac5b66e56284"
|
|
49
48
|
}
|