@cloud-ru/uikit-product-site-hero 0.5.48 → 0.5.50
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 +20 -0
- package/README.md +4 -4
- package/package.json +3 -3
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.5.50 (2025-12-04)
|
|
7
|
+
|
|
8
|
+
### Only dependencies have been changed
|
|
9
|
+
* [@cloud-ru/uikit-product-site-layout@0.4.0](https://gitverse.ru/cloud-ru-tech/uikit-product/-/blob/master/packages/site-layout/CHANGELOG.md)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
## 0.5.49 (2025-12-03)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* **UIIAAS-1251:** docs ([0226b84](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/0226b8456be07d407c614979552ce88023eb8bd9))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
6
26
|
## 0.5.48 (2025-11-28)
|
|
7
27
|
|
|
8
28
|
### Only dependencies have been changed
|
package/README.md
CHANGED
|
@@ -45,14 +45,14 @@ Hero blocks for Site
|
|
|
45
45
|
| description* | `string` | - | Описание продукта |
|
|
46
46
|
| title* | `string` | - | Заголовок продукта |
|
|
47
47
|
| image | `string` | - | Ссылка на изображение |
|
|
48
|
-
| video | `
|
|
49
|
-
| tags | `Pick<
|
|
48
|
+
| video | `VideoPlayerProps \| ReactNode` | - | Видео |
|
|
49
|
+
| tags | `Pick<TagSpecialProps, "text" \| "appearance" \| "tip">[]` | [] | Тэги |
|
|
50
50
|
| platforms | `Platform[]` | [] | Платформы |
|
|
51
51
|
| handlePlatformClick | `(e: MouseEvent<HTMLAnchorElement, MouseEvent>, platform: Platform) => void` | - | Обработка клика по платформе |
|
|
52
52
|
| backgroundColor | enum HeroColor: `"neutral-background1-level"`, `"neutral-background"` | neutral-background1-level | Цвета фона |
|
|
53
|
-
| buttons | `[Omit<ButtonFilledProps, "size" \| "appearance">, Omit<
|
|
53
|
+
| buttons | `[Omit<ButtonFilledProps, "size" \| "appearance">, Omit<ButtonPromoOutlineProps, "size" \| "appearance">?]` | - | Массив с настройками кнопок ButtonFilled |
|
|
54
54
|
| className | `string` | - | CSS - класснейм |
|
|
55
|
-
| navbar | `Pick<
|
|
55
|
+
| navbar | `Pick<SiteNavbarProps, "items" \| "active" \| "onItemClick" \| "topPosition">` | - | Navbar |
|
|
56
56
|
## HeroSlider
|
|
57
57
|
### Props
|
|
58
58
|
| name | type | default value | description |
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-ru/uikit-product-site-hero",
|
|
3
3
|
"title": "Site Hero",
|
|
4
|
-
"version": "0.5.
|
|
4
|
+
"version": "0.5.50",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"*.css",
|
|
7
7
|
"*.woff",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@cloud-ru/uikit-product-button-predefined": "0.7.12",
|
|
40
40
|
"@cloud-ru/uikit-product-icons": "16.0.0",
|
|
41
|
-
"@cloud-ru/uikit-product-site-layout": "0.
|
|
41
|
+
"@cloud-ru/uikit-product-site-layout": "0.4.0",
|
|
42
42
|
"@cloud-ru/uikit-product-site-media": "0.1.38",
|
|
43
43
|
"@cloud-ru/uikit-product-site-navbar": "0.2.16",
|
|
44
44
|
"@cloud-ru/uikit-product-site-rich-text": "0.2.15",
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"@cloud-ru/uikit-product-locale": "*"
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "14f18bff39619ba8f885fff42922458e7e0ee62c"
|
|
61
61
|
}
|