@cloud-ru/uikit-product-site-hero 1.11.0 → 1.12.0
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
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
|
+
# 1.12.0 (2026-07-22)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **SITE-11695:** update for new package ([62b4c56](https://github.com/cloud-ru-tech/uikit-product/commit/62b4c56b3772dbe243f0761a2ef40e9b3e3991c2))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# 1.11.0 (2026-07-21)
|
|
7
18
|
|
|
8
19
|
|
|
@@ -18,10 +18,10 @@ type HeroBlockProps = WithSupportProps<{
|
|
|
18
18
|
buttons?: HeroCentralButton[];
|
|
19
19
|
/** Якорное меню */
|
|
20
20
|
anchors?: AnchorTypeProps[];
|
|
21
|
-
/** Хлебные крошки */
|
|
22
|
-
breadcrumbs: Item[];
|
|
23
21
|
/** Текст подсказки */
|
|
24
22
|
tooltipText?: string;
|
|
23
|
+
/** Хлебные крошки */
|
|
24
|
+
breadcrumbs: Item[];
|
|
25
25
|
/** Расположение подсказки */
|
|
26
26
|
tooltipPlacement?: TooltipProps['placement'];
|
|
27
27
|
/** Фоновое изображение */
|
|
@@ -18,10 +18,10 @@ type HeroBlockProps = WithSupportProps<{
|
|
|
18
18
|
buttons?: HeroCentralButton[];
|
|
19
19
|
/** Якорное меню */
|
|
20
20
|
anchors?: AnchorTypeProps[];
|
|
21
|
-
/** Хлебные крошки */
|
|
22
|
-
breadcrumbs: Item[];
|
|
23
21
|
/** Текст подсказки */
|
|
24
22
|
tooltipText?: string;
|
|
23
|
+
/** Хлебные крошки */
|
|
24
|
+
breadcrumbs: Item[];
|
|
25
25
|
/** Расположение подсказки */
|
|
26
26
|
tooltipPlacement?: TooltipProps['placement'];
|
|
27
27
|
/** Фоновое изображение */
|
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": "1.
|
|
4
|
+
"version": "1.12.0",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"*.css",
|
|
7
7
|
"*.woff",
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"@cloud-ru/uikit-product-locale": "*"
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "49d7e7a510d2e1d91f9c9d34e7a402a54de50263"
|
|
61
61
|
}
|
|
@@ -25,10 +25,10 @@ type HeroBlockProps = WithSupportProps<{
|
|
|
25
25
|
buttons?: HeroCentralButton[];
|
|
26
26
|
/** Якорное меню */
|
|
27
27
|
anchors?: AnchorTypeProps[];
|
|
28
|
-
/** Хлебные крошки */
|
|
29
|
-
breadcrumbs: Item[];
|
|
30
28
|
/** Текст подсказки */
|
|
31
29
|
tooltipText?: string;
|
|
30
|
+
/** Хлебные крошки */
|
|
31
|
+
breadcrumbs: Item[];
|
|
32
32
|
/** Расположение подсказки */
|
|
33
33
|
tooltipPlacement?: TooltipProps['placement'];
|
|
34
34
|
/** Фоновое изображение */
|