@cloud-ru/uikit-product-layout 0.19.65 → 0.19.67
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 +21 -0
- package/dist/cjs/components/EmptyBlock/EmptyBlock.d.ts +1 -1
- package/dist/cjs/components/EmptyBlock/EmptyBlock.js +1 -1
- package/dist/cjs/components/NoAccess/NoAccess.d.ts +1 -1
- package/dist/cjs/components/NoAccess/NoAccess.js +3 -3
- package/dist/esm/components/EmptyBlock/EmptyBlock.d.ts +1 -1
- package/dist/esm/components/EmptyBlock/EmptyBlock.js +1 -1
- package/dist/esm/components/NoAccess/NoAccess.d.ts +1 -1
- package/dist/esm/components/NoAccess/NoAccess.js +3 -3
- package/package.json +4 -5
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.19.67 (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-utils@8.0.0](https://gitverse.ru/cloud-ru-tech/uikit-product/-/blob/master/packages/utils/CHANGELOG.md)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
## 0.19.66 (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.19.65 (2025-11-13)
|
|
7
28
|
|
|
8
29
|
### 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 { InfoBlock, InfoBlockProps } from '@snack-uikit/info-block';
|
|
3
3
|
export type EmptyBlockProps = WithSupportProps<Pick<InfoBlockProps, 'title' | 'description' | 'icon' | 'className'> & (Pick<InfoBlock.FooterProps, 'primaryButton' | 'secondaryButton'> | {
|
|
4
4
|
primaryButton?: never;
|
|
@@ -17,7 +17,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
17
17
|
exports.EmptyBlock = EmptyBlock;
|
|
18
18
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
19
19
|
const classnames_1 = __importDefault(require("classnames"));
|
|
20
|
-
const uikit_product_utils_1 = require("@
|
|
20
|
+
const uikit_product_utils_1 = require("@cloud-ru/uikit-product-utils");
|
|
21
21
|
const info_block_1 = require("@snack-uikit/info-block");
|
|
22
22
|
const styles_module_scss_1 = __importDefault(require('./styles.module.css'));
|
|
23
23
|
function EmptyBlock(_a) {
|
|
@@ -17,9 +17,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
17
17
|
exports.NoAccess = NoAccess;
|
|
18
18
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
19
19
|
const classnames_1 = __importDefault(require("classnames"));
|
|
20
|
-
const uikit_product_icons_1 = require("@
|
|
21
|
-
const uikit_product_locale_1 = require("@
|
|
22
|
-
const uikit_product_utils_1 = require("@
|
|
20
|
+
const uikit_product_icons_1 = require("@cloud-ru/uikit-product-icons");
|
|
21
|
+
const uikit_product_locale_1 = require("@cloud-ru/uikit-product-locale");
|
|
22
|
+
const uikit_product_utils_1 = require("@cloud-ru/uikit-product-utils");
|
|
23
23
|
const info_block_1 = require("@snack-uikit/info-block");
|
|
24
24
|
const BlockBasic_1 = require("../BlockBasic");
|
|
25
25
|
const styles_module_scss_1 = __importDefault(require('./styles.module.css'));
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { WithSupportProps } from '@
|
|
1
|
+
import { WithSupportProps } from '@cloud-ru/uikit-product-utils';
|
|
2
2
|
import { InfoBlock, InfoBlockProps } from '@snack-uikit/info-block';
|
|
3
3
|
export type EmptyBlockProps = WithSupportProps<Pick<InfoBlockProps, 'title' | 'description' | 'icon' | 'className'> & (Pick<InfoBlock.FooterProps, 'primaryButton' | 'secondaryButton'> | {
|
|
4
4
|
primaryButton?: never;
|
|
@@ -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 cn from 'classnames';
|
|
14
|
-
import { extractSupportProps } from '@
|
|
14
|
+
import { extractSupportProps } from '@cloud-ru/uikit-product-utils';
|
|
15
15
|
import { InfoBlock } from '@snack-uikit/info-block';
|
|
16
16
|
import styles from './styles.module.css';
|
|
17
17
|
export function EmptyBlock(_a) {
|
|
@@ -11,9 +11,9 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
11
11
|
};
|
|
12
12
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
13
|
import cn from 'classnames';
|
|
14
|
-
import { LockSVG } from '@
|
|
15
|
-
import { useLocale } from '@
|
|
16
|
-
import { extractSupportProps } from '@
|
|
14
|
+
import { LockSVG } from '@cloud-ru/uikit-product-icons';
|
|
15
|
+
import { useLocale } from '@cloud-ru/uikit-product-locale';
|
|
16
|
+
import { extractSupportProps } from '@cloud-ru/uikit-product-utils';
|
|
17
17
|
import { InfoBlock } from '@snack-uikit/info-block';
|
|
18
18
|
import { BlockBasic } from '../BlockBasic';
|
|
19
19
|
import styles from './styles.module.css';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-ru/uikit-product-layout",
|
|
3
3
|
"title": "Info",
|
|
4
|
-
"version": "0.19.
|
|
4
|
+
"version": "0.19.67",
|
|
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": "
|
|
39
|
+
"@cloud-ru/uikit-product-icons": "15.1.5",
|
|
40
|
+
"@cloud-ru/uikit-product-utils": "8.0.0",
|
|
42
41
|
"@snack-uikit/info-block": "0.6.13",
|
|
43
42
|
"classnames": "2.5.1"
|
|
44
43
|
},
|
|
45
44
|
"peerDependencies": {
|
|
46
45
|
"@cloud-ru/uikit-product-locale": "*"
|
|
47
46
|
},
|
|
48
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "46b285728ff0dfe51d89b375469a6c05d6f2dba9"
|
|
49
48
|
}
|