@cloud-ru/uikit-product-site-hero 1.3.1 → 1.3.3-preview-b95fca4e.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.3.2 (2026-01-21)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **SITE-10515:** update hero slider carousel deps ([0deb215](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/0deb215e38183435ac4f12d38aaaff80e929c1ba))
12
+
13
+
14
+
15
+
16
+
6
17
  ## 1.3.1 (2025-12-24)
7
18
 
8
19
  ### Only dependencies have been changed
package/README.md CHANGED
@@ -45,7 +45,7 @@ Hero blocks for Site
45
45
  | description* | `string` | - | Описание продукта |
46
46
  | title* | `string` | - | Заголовок продукта |
47
47
  | image | `string` | - | Ссылка на изображение |
48
- | video | `SiteVideoProps` | - | Видео |
48
+ | video | `VideoPlayerProps \| ReactNode` | - | Видео |
49
49
  | tags | `Pick<TagSpecialProps, "text" \| "appearance" \| "tip">[]` | [] | Тэги |
50
50
  | platforms | `Platform[]` | [] | Платформы |
51
51
  | handlePlatformClick | `(e: MouseEvent<HTMLAnchorElement, MouseEvent>, platform: Platform) => void` | - | Обработка клика по платформе |
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.3.1",
4
+ "version": "1.3.3-preview-b95fca4e.0",
5
5
  "sideEffects": [
6
6
  "*.css",
7
7
  "*.woff",
@@ -36,17 +36,17 @@
36
36
  },
37
37
  "scripts": {},
38
38
  "dependencies": {
39
- "@cloud-ru/uikit-product-button-predefined": "0.7.15",
40
- "@cloud-ru/uikit-product-icons": "16.1.1",
41
- "@cloud-ru/uikit-product-site-layout": "0.5.2",
42
- "@cloud-ru/uikit-product-site-media": "0.3.0",
43
- "@cloud-ru/uikit-product-site-navbar": "0.3.2",
44
- "@cloud-ru/uikit-product-site-rich-text": "0.2.17",
45
- "@cloud-ru/uikit-product-site-tag": "0.4.1",
46
- "@cloud-ru/uikit-product-utils": "8.1.0",
39
+ "@cloud-ru/uikit-product-button-predefined": "1.0.1-preview-b95fca4e.0",
40
+ "@cloud-ru/uikit-product-icons": "16.1.2-preview-b95fca4e.0",
41
+ "@cloud-ru/uikit-product-site-layout": "1.0.1-preview-b95fca4e.0",
42
+ "@cloud-ru/uikit-product-site-media": "1.0.1-preview-b95fca4e.0",
43
+ "@cloud-ru/uikit-product-site-navbar": "1.0.1-preview-b95fca4e.0",
44
+ "@cloud-ru/uikit-product-site-rich-text": "1.0.1-preview-b95fca4e.0",
45
+ "@cloud-ru/uikit-product-site-tag": "1.0.1-preview-b95fca4e.0",
46
+ "@cloud-ru/uikit-product-utils": "8.1.1-preview-b95fca4e.0",
47
47
  "@snack-uikit/breadcrumbs": "0.10.24",
48
48
  "@snack-uikit/button": "0.19.7",
49
- "@snack-uikit/carousel": "0.6.0",
49
+ "@snack-uikit/carousel": "0.6.9",
50
50
  "@snack-uikit/link": "0.15.9",
51
51
  "@snack-uikit/promo-tag": "0.7.1",
52
52
  "@snack-uikit/typography": "0.8.4",
@@ -56,5 +56,5 @@
56
56
  "peerDependencies": {
57
57
  "@cloud-ru/uikit-product-locale": "*"
58
58
  },
59
- "gitHead": "5f09d9ce6c82845090013f9b4f00f46cb160e59c"
59
+ "gitHead": "5e59d6341e92ce7320739df54ab7e6f6d0a7aa26"
60
60
  }
@@ -1,4 +1,4 @@
1
- @use '@sbercloud/figma-tokens-web/build/scss/styles-theme-variables' as ds;
1
+ @use '@cloud-ru/figma-tokens-web/build/scss/styles-theme-variables' as ds;
2
2
 
3
3
  .sectionWrapper {
4
4
  &[data-section-background='neutral-background1-level'] {
@@ -1,4 +1,4 @@
1
- @use '@sbercloud/figma-tokens-web/build/scss/styles-theme-variables' as ds;
1
+ @use '@cloud-ru/figma-tokens-web/build/scss/styles-theme-variables' as ds;
2
2
 
3
3
  .title {
4
4
  color: ds.$sys-neutral-text-main;
@@ -1,5 +1,5 @@
1
- @use '@sbercloud/figma-tokens-web/build/scss/components/styles-tokens-carousel';
2
- @use '@sbercloud/figma-tokens-web/build/scss/components/styles-tokens-element';
1
+ @use '@cloud-ru/figma-tokens-web/build/scss/components/styles-tokens-carousel';
2
+ @use '@cloud-ru/figma-tokens-web/build/scss/components/styles-tokens-element';
3
3
 
4
4
  .control {
5
5
  @include styles-tokens-carousel.composite-var(styles-tokens-carousel.$carousel-control-container);
@@ -1,4 +1,4 @@
1
- @use '@sbercloud/figma-tokens-web/build/scss/styles-theme-variables' as var;
1
+ @use '@cloud-ru/figma-tokens-web/build/scss/styles-theme-variables' as var;
2
2
 
3
3
  $decor: 'decor';
4
4
  $graphite: 'graphite';
@@ -1,4 +1,4 @@
1
- @use '@sbercloud/figma-tokens-web/build/scss/styles-theme-variables' as var;
1
+ @use '@cloud-ru/figma-tokens-web/build/scss/styles-theme-variables' as var;
2
2
 
3
3
  $decor: 'decor';
4
4
  $graphite: 'graphite';
@@ -1,4 +1,4 @@
1
- @use '@sbercloud/figma-tokens-web/build/scss/styles-theme-variables' as var;
1
+ @use '@cloud-ru/figma-tokens-web/build/scss/styles-theme-variables' as var;
2
2
 
3
3
  $decor: 'decor';
4
4
  $graphite: 'graphite';
@@ -1,4 +1,4 @@
1
- @use '@sbercloud/figma-tokens-cloud-platform/build/scss/styles-theme-variables' as var;
1
+ @use '@cloud-ru/figma-tokens-cloud-platform/build/scss/styles-theme-variables' as var;
2
2
 
3
3
  .sectionWrapper {
4
4
  &[data-section-background='neutral-background1-level'] {
@@ -1,4 +1,4 @@
1
- @use '@sbercloud/figma-tokens-web/build/scss/styles-theme-variables' as ds;
1
+ @use '@cloud-ru/figma-tokens-web/build/scss/styles-theme-variables' as ds;
2
2
 
3
3
  .heroNavbar {
4
4
  display: flex;