@cloud-ru/uikit-product-button-predefined 0.7.5 → 0.7.7
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 +22 -0
- package/dist/cjs/components/ButtonDropdown/ButtonDropdown.d.ts +1 -1
- package/dist/cjs/components/ButtonDropdown/ButtonDropdown.js +3 -3
- package/dist/cjs/components/ButtonPromo/ButtonPromo.d.ts +1 -1
- package/dist/cjs/components/ButtonPromo/ButtonPromo.js +1 -1
- package/dist/cjs/components/ButtonPromoOutline/ButtonPromoOutline.d.ts +1 -1
- package/dist/cjs/components/ButtonPromoOutline/ButtonPromoOutline.js +1 -1
- package/dist/esm/components/ButtonDropdown/ButtonDropdown.d.ts +1 -1
- package/dist/esm/components/ButtonDropdown/ButtonDropdown.js +3 -3
- package/dist/esm/components/ButtonPromo/ButtonPromo.d.ts +1 -1
- package/dist/esm/components/ButtonPromo/ButtonPromo.js +1 -1
- package/dist/esm/components/ButtonPromoOutline/ButtonPromoOutline.d.ts +1 -1
- package/dist/esm/components/ButtonPromoOutline/ButtonPromoOutline.js +1 -1
- package/package.json +5 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,28 @@
|
|
|
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.7 (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.6 (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-mobile-dropdown@0.9.23](https://gitverse.ru/cloud-ru-tech/uikit-product/-/blob/master/packages/mobile-dropdown/CHANGELOG.md)
|
|
22
|
+
* [@cloud-ru/uikit-product-utils@7.0.2](https://gitverse.ru/cloud-ru-tech/uikit-product/-/blob/master/packages/utils/CHANGELOG.md)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
6
28
|
## 0.7.5 (2025-11-12)
|
|
7
29
|
|
|
8
30
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { WithLayoutType } from '@
|
|
1
|
+
import { WithLayoutType } from '@cloud-ru/uikit-product-utils';
|
|
2
2
|
import { ButtonFunctionProps } from '@snack-uikit/button';
|
|
3
3
|
import { DropdownProps } from '@snack-uikit/dropdown';
|
|
4
4
|
import { DroplistProps } from '@snack-uikit/list';
|
|
@@ -13,9 +13,9 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
13
13
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
14
|
exports.ButtonDropdown = ButtonDropdown;
|
|
15
15
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
|
-
const uikit_product_icons_1 = require("@
|
|
17
|
-
const uikit_product_mobile_dropdown_1 = require("@
|
|
18
|
-
const uikit_product_utils_1 = require("@
|
|
16
|
+
const uikit_product_icons_1 = require("@cloud-ru/uikit-product-icons");
|
|
17
|
+
const uikit_product_mobile_dropdown_1 = require("@cloud-ru/uikit-product-mobile-dropdown");
|
|
18
|
+
const uikit_product_utils_1 = require("@cloud-ru/uikit-product-utils");
|
|
19
19
|
const button_1 = require("@snack-uikit/button");
|
|
20
20
|
const hooks_1 = require("../../hooks");
|
|
21
21
|
function isDroplistProps(props) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { WithSupportProps } from '@
|
|
1
|
+
import { WithSupportProps } from '@cloud-ru/uikit-product-utils';
|
|
2
2
|
import { CommonButtonProps } from '../../types';
|
|
3
3
|
export type ButtonPromoProps = WithSupportProps<CommonButtonProps>;
|
|
4
4
|
export declare const ButtonPromo: import("react").ForwardRefExoticComponent<{
|
|
@@ -18,7 +18,7 @@ exports.ButtonPromo = void 0;
|
|
|
18
18
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
19
19
|
const classnames_1 = __importDefault(require("classnames"));
|
|
20
20
|
const react_1 = require("react");
|
|
21
|
-
const uikit_product_utils_1 = require("@
|
|
21
|
+
const uikit_product_utils_1 = require("@cloud-ru/uikit-product-utils");
|
|
22
22
|
const constants_1 = require("../../constants");
|
|
23
23
|
const helperComponents_1 = require("../../helperComponents");
|
|
24
24
|
const utils_1 = require("../../utils");
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { WithSupportProps } from '@
|
|
1
|
+
import { WithSupportProps } from '@cloud-ru/uikit-product-utils';
|
|
2
2
|
import { CommonButtonProps } from '../../types';
|
|
3
3
|
export type ButtonPromoOutlineProps = WithSupportProps<Omit<CommonButtonProps, 'iconPosition'>>;
|
|
4
4
|
export declare const ButtonPromoOutline: import("react").ForwardRefExoticComponent<{
|
|
@@ -18,7 +18,7 @@ exports.ButtonPromoOutline = void 0;
|
|
|
18
18
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
19
19
|
const classnames_1 = __importDefault(require("classnames"));
|
|
20
20
|
const react_1 = require("react");
|
|
21
|
-
const uikit_product_utils_1 = require("@
|
|
21
|
+
const uikit_product_utils_1 = require("@cloud-ru/uikit-product-utils");
|
|
22
22
|
const constants_1 = require("../../constants");
|
|
23
23
|
const helperComponents_1 = require("../../helperComponents");
|
|
24
24
|
const utils_1 = require("../../utils");
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { WithLayoutType } from '@
|
|
1
|
+
import { WithLayoutType } from '@cloud-ru/uikit-product-utils';
|
|
2
2
|
import { ButtonFunctionProps } from '@snack-uikit/button';
|
|
3
3
|
import { DropdownProps } from '@snack-uikit/dropdown';
|
|
4
4
|
import { DroplistProps } from '@snack-uikit/list';
|
|
@@ -10,9 +10,9 @@ 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 { ChevronDownSVG, ChevronUpSVG } from '@
|
|
14
|
-
import { AdaptiveDropdown, AdaptiveDroplist } from '@
|
|
15
|
-
import { excludeSupportProps, extractSupportProps } from '@
|
|
13
|
+
import { ChevronDownSVG, ChevronUpSVG } from '@cloud-ru/uikit-product-icons';
|
|
14
|
+
import { AdaptiveDropdown, AdaptiveDroplist } from '@cloud-ru/uikit-product-mobile-dropdown';
|
|
15
|
+
import { excludeSupportProps, extractSupportProps } from '@cloud-ru/uikit-product-utils';
|
|
16
16
|
import { ButtonFunction } from '@snack-uikit/button';
|
|
17
17
|
import { useValueControl } from '../../hooks';
|
|
18
18
|
function isDroplistProps(props) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { WithSupportProps } from '@
|
|
1
|
+
import { WithSupportProps } from '@cloud-ru/uikit-product-utils';
|
|
2
2
|
import { CommonButtonProps } from '../../types';
|
|
3
3
|
export type ButtonPromoProps = WithSupportProps<CommonButtonProps>;
|
|
4
4
|
export declare const ButtonPromo: import("react").ForwardRefExoticComponent<{
|
|
@@ -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 { forwardRef } from 'react';
|
|
15
|
-
import { extractSupportProps } from '@
|
|
15
|
+
import { extractSupportProps } from '@cloud-ru/uikit-product-utils';
|
|
16
16
|
import { APPEARANCE, HTML_TYPE, SIZE, TARGET } from '../../constants';
|
|
17
17
|
import { ButtonPrivate } from '../../helperComponents';
|
|
18
18
|
import { extractCommonButtonProps } from '../../utils';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { WithSupportProps } from '@
|
|
1
|
+
import { WithSupportProps } from '@cloud-ru/uikit-product-utils';
|
|
2
2
|
import { CommonButtonProps } from '../../types';
|
|
3
3
|
export type ButtonPromoOutlineProps = WithSupportProps<Omit<CommonButtonProps, 'iconPosition'>>;
|
|
4
4
|
export declare const ButtonPromoOutline: import("react").ForwardRefExoticComponent<{
|
|
@@ -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 { forwardRef } from 'react';
|
|
15
|
-
import { extractSupportProps } from '@
|
|
15
|
+
import { extractSupportProps } from '@cloud-ru/uikit-product-utils';
|
|
16
16
|
import { APPEARANCE, HTML_TYPE, SIZE, TARGET } from '../../constants';
|
|
17
17
|
import { ButtonPrivate } from '../../helperComponents';
|
|
18
18
|
import { extractCommonButtonProps } from '../../utils';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-ru/uikit-product-button-predefined",
|
|
3
3
|
"title": "Button Predefined",
|
|
4
|
-
"version": "0.7.
|
|
4
|
+
"version": "0.7.7",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"*.css",
|
|
7
7
|
"*.woff",
|
|
@@ -30,16 +30,15 @@
|
|
|
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-mobile-dropdown": "0.9.
|
|
42
|
-
"@cloud-ru/uikit-product-utils": "7.0.
|
|
39
|
+
"@cloud-ru/uikit-product-icons": "15.1.4",
|
|
40
|
+
"@cloud-ru/uikit-product-mobile-dropdown": "0.9.24",
|
|
41
|
+
"@cloud-ru/uikit-product-utils": "7.0.3",
|
|
43
42
|
"@snack-uikit/button": "0.19.16",
|
|
44
43
|
"@snack-uikit/dropdown": "0.4.5",
|
|
45
44
|
"@snack-uikit/list": "0.25.0",
|
|
@@ -48,5 +47,5 @@
|
|
|
48
47
|
"classnames": "2.5.1",
|
|
49
48
|
"uncontrollable": "8.0.4"
|
|
50
49
|
},
|
|
51
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "ce69097516055b330a0b05da5e29ac5b66e56284"
|
|
52
51
|
}
|