@cloud-ru/uikit-product-site-banner-predefined 0.3.56 → 0.3.58
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/FreeCoursesAndCertification/FreeCoursesAndCertification.d.ts +1 -1
- package/dist/cjs/components/FreeCoursesAndCertification/FreeCoursesAndCertification.js +1 -1
- package/dist/esm/components/FreeCoursesAndCertification/FreeCoursesAndCertification.d.ts +1 -1
- package/dist/esm/components/FreeCoursesAndCertification/FreeCoursesAndCertification.js +1 -1
- 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.3.58 (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.3.57 (2025-11-13)
|
|
18
|
+
|
|
19
|
+
### Only dependencies have been changed
|
|
20
|
+
* [@cloud-ru/uikit-product-site-banner@0.3.15](https://gitverse.ru/cloud-ru-tech/uikit-product/-/blob/master/packages/site-banner/CHANGELOG.md)
|
|
21
|
+
* [@cloud-ru/uikit-product-utils@7.0.2](https://gitverse.ru/cloud-ru-tech/uikit-product/-/blob/master/packages/utils/CHANGELOG.md)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
6
27
|
## 0.3.56 (2025-11-12)
|
|
7
28
|
|
|
8
29
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MouseEventHandler } from 'react';
|
|
2
|
-
import { WithLayoutType } from '@
|
|
2
|
+
import { WithLayoutType } from '@cloud-ru/uikit-product-utils';
|
|
3
3
|
export type FreeCoursesAndCertificationProps = WithLayoutType<{
|
|
4
4
|
href?: string;
|
|
5
5
|
onClick?: MouseEventHandler<HTMLElement>;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.FreeCoursesAndCertification = FreeCoursesAndCertification;
|
|
4
4
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
-
const uikit_product_site_banner_1 = require("@
|
|
5
|
+
const uikit_product_site_banner_1 = require("@cloud-ru/uikit-product-site-banner");
|
|
6
6
|
function FreeCoursesAndCertification({ href, onClick, layoutType }) {
|
|
7
7
|
return ((0, jsx_runtime_1.jsx)(uikit_product_site_banner_1.BannerPrimary, { title: '\u0411\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u044B\u0435 \u043A\u0443\u0440\u0441\u044B \u0438 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043A\u0430\u0446\u0438\u0438', description: '\u041F\u043E\u0437\u043D\u0430\u043A\u043E\u043C\u044C\u0442\u0435\u0441\u044C \u0441 \u0441\u0435\u0440\u0432\u0438\u0441\u0430\u043C\u0438 \u043E\u0431\u043B\u0430\u0447\u043D\u044B\u0445 \u043F\u043B\u0430\u0442\u0444\u043E\u0440\u043C Cloud.ru \u043D\u0430 \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u044B\u0445 \u043A\u0443\u0440\u0441\u0430\u0445. \u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u043A\u0443\u0440\u0441, \u043F\u0440\u043E\u0439\u0434\u0438\u0442\u0435 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043A\u0430\u0446\u0438\u044E \u0438 \u043F\u043E\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0435 \u0441\u0432\u043E\u0438 \u0437\u043D\u0430\u043D\u0438\u044F \u043E\u0431\u043B\u0430\u0447\u043D\u044B\u0445 \u0442\u0435\u0445\u043D\u043E\u043B\u043E\u0433\u0438\u0439', img: 'https://cdn.cloud.ru/backend/images/education/banners/free_courses_and_certification.webp', imgType: 'rectangle', appearance: 'decor', color: 'blue', layoutType: layoutType, buttons: [
|
|
8
8
|
{
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MouseEventHandler } from 'react';
|
|
2
|
-
import { WithLayoutType } from '@
|
|
2
|
+
import { WithLayoutType } from '@cloud-ru/uikit-product-utils';
|
|
3
3
|
export type FreeCoursesAndCertificationProps = WithLayoutType<{
|
|
4
4
|
href?: string;
|
|
5
5
|
onClick?: MouseEventHandler<HTMLElement>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
import { BannerPrimary } from '@
|
|
2
|
+
import { BannerPrimary } from '@cloud-ru/uikit-product-site-banner';
|
|
3
3
|
export function FreeCoursesAndCertification({ href, onClick, layoutType }) {
|
|
4
4
|
return (_jsx(BannerPrimary, { title: '\u0411\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u044B\u0435 \u043A\u0443\u0440\u0441\u044B \u0438 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043A\u0430\u0446\u0438\u0438', description: '\u041F\u043E\u0437\u043D\u0430\u043A\u043E\u043C\u044C\u0442\u0435\u0441\u044C \u0441 \u0441\u0435\u0440\u0432\u0438\u0441\u0430\u043C\u0438 \u043E\u0431\u043B\u0430\u0447\u043D\u044B\u0445 \u043F\u043B\u0430\u0442\u0444\u043E\u0440\u043C Cloud.ru \u043D\u0430 \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u044B\u0445 \u043A\u0443\u0440\u0441\u0430\u0445. \u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u043A\u0443\u0440\u0441, \u043F\u0440\u043E\u0439\u0434\u0438\u0442\u0435 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043A\u0430\u0446\u0438\u044E \u0438 \u043F\u043E\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0435 \u0441\u0432\u043E\u0438 \u0437\u043D\u0430\u043D\u0438\u044F \u043E\u0431\u043B\u0430\u0447\u043D\u044B\u0445 \u0442\u0435\u0445\u043D\u043E\u043B\u043E\u0433\u0438\u0439', img: 'https://cdn.cloud.ru/backend/images/education/banners/free_courses_and_certification.webp', imgType: 'rectangle', appearance: 'decor', color: 'blue', layoutType: layoutType, buttons: [
|
|
5
5
|
{
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-ru/uikit-product-site-banner-predefined",
|
|
3
3
|
"title": "Site Banner Predefined",
|
|
4
|
-
"version": "0.3.
|
|
4
|
+
"version": "0.3.58",
|
|
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-site-banner": "0.3.
|
|
41
|
-
"@cloud-ru/uikit-product-utils": "7.0.
|
|
39
|
+
"@cloud-ru/uikit-product-site-banner": "0.3.16",
|
|
40
|
+
"@cloud-ru/uikit-product-utils": "7.0.3"
|
|
42
41
|
},
|
|
43
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "ce69097516055b330a0b05da5e29ac5b66e56284"
|
|
44
43
|
}
|