@cloud-ru/uikit-product-site-article 1.0.1-preview-5a4e40be.0 → 1.1.1-preview-d653b99e.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,28 @@
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.1.0 (2026-02-02)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **FF-7846:** replace tokens usage ([b690050](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/b6900500e2f2c73e184f8b67f689f4a42571a154))
12
+ * **FF-7861:** massive scope update ([b93fa9f](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/b93fa9fed13a579f5f02efc16ea43d8bedbd5aca))
13
+ * **FF-7861:** update all 0 versions to 1 ([737c2b4](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/737c2b494d48be5132554ae9f03c960a8cbe3a34))
14
+ * **PD-3377:** contributors update to publish all packages ([719fd3e](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/719fd3e1249e247443b125c47ea408d92c8395c3))
15
+ * **PD-3377:** removed contributors ([121640f](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/121640f7b88b20a728a6ad2c39de8841532bb308))
16
+
17
+
18
+ ### Features
19
+
20
+ * **SITE-10019:** add event param in article product click handler ([06f1e33](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/06f1e3325f019f31e6683abf6969017b5e9ec2c2))
21
+ * **SITE-10394:** add border radius ([5e950bc](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/5e950bce806fab0a3213eef811a7ebcb411f1860))
22
+ * **SITE-9857:** add site-article ([5ee444b](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/5ee444b9e90de7ed37ca537c5532053a2744a643))
23
+
24
+
25
+
26
+
27
+
6
28
  # 0.3.0 (2025-12-15)
7
29
 
8
30
 
@@ -8,6 +8,6 @@ export type ArticleTypographyProps = WithLayoutType<{
8
8
  }>;
9
9
  export declare function ArticleTypography(props: ArticleTypographyProps): import("react").DetailedReactHTMLElement<{
10
10
  className: string;
11
- 'data-layout-type': import("@cloud-ru/uikit-product-utils").LayoutType;
11
+ 'data-layout-type': import("@cloud-ru/uikit-product-utils/.").LayoutType;
12
12
  'data-type': "body" | "bodyBold" | "bodyLink";
13
13
  }, HTMLElement>;
@@ -8,6 +8,6 @@ export type ArticleTypographyProps = WithLayoutType<{
8
8
  }>;
9
9
  export declare function ArticleTypography(props: ArticleTypographyProps): import("react").DetailedReactHTMLElement<{
10
10
  className: string;
11
- 'data-layout-type': import("@cloud-ru/uikit-product-utils").LayoutType;
11
+ 'data-layout-type': import("@cloud-ru/uikit-product-utils/.").LayoutType;
12
12
  'data-type': "body" | "bodyBold" | "bodyLink";
13
13
  }, HTMLElement>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloud-ru/uikit-product-site-article",
3
3
  "title": "Site Article",
4
- "version": "1.0.1-preview-5a4e40be.0",
4
+ "version": "1.1.1-preview-d653b99e.0",
5
5
  "sideEffects": [
6
6
  "*.css",
7
7
  "*.woff",
@@ -36,13 +36,13 @@
36
36
  },
37
37
  "scripts": {},
38
38
  "dependencies": {
39
- "@cloud-ru/uikit-product-icons": "16.1.2-preview-5a4e40be.0",
40
- "@cloud-ru/uikit-product-utils": "8.1.1-preview-5a4e40be.0",
39
+ "@cloud-ru/uikit-product-icons": "17.0.0",
40
+ "@cloud-ru/uikit-product-utils": "9.0.0",
41
41
  "@snack-uikit/button": "0.19.16",
42
42
  "@snack-uikit/list": "0.32.5",
43
43
  "@snack-uikit/typography": "0.8.11",
44
44
  "@snack-uikit/utils": "4.0.0",
45
45
  "classnames": "2.5.1"
46
46
  },
47
- "gitHead": "bc72ce69657450329d86159fd3cfcea0cb823aca"
47
+ "gitHead": "5585dba5ca8b0d61b86e47060e92d859a90292a5"
48
48
  }