@cloud-ru/uikit-product-site-article 1.2.6-preview-926fd6b4.0 → 1.2.6

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/README.md +21 -0
  3. package/package.json +2 -2
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.2.6 (2026-05-27)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **MKP-3566:** remove unnecessary var() function ([9ad766b](https://github.com/cloud-ru-tech/uikit-product/commit/9ad766ba013daa5cb9bb7620400beda0f7ce2270))
12
+
13
+
14
+
15
+
16
+
6
17
  ## 1.2.5 (2026-04-28)
7
18
 
8
19
 
package/README.md CHANGED
@@ -13,10 +13,17 @@
13
13
  ### Props
14
14
  | name | type | default value | description |
15
15
  |------|------|---------------|-------------|
16
+ | layoutType* | enum LayoutType: `"mobile"`, `"tablet"`, `"desktop"`, `"desktopSmall"` | - | |
17
+ | richText* | `string` | - | |
16
18
  ## Quote
17
19
  ### Props
18
20
  | name | type | default value | description |
19
21
  |------|------|---------------|-------------|
22
+ | layoutType* | enum LayoutType: `"mobile"`, `"tablet"`, `"desktop"`, `"desktopSmall"` | - | |
23
+ | text* | `string` | - | |
24
+ | image | `string` | - | |
25
+ | name | `string` | - | |
26
+ | position | `string` | - | |
20
27
  ## ImageArticle
21
28
  ### Props
22
29
  | name | type | default value | description |
@@ -27,18 +34,29 @@
27
34
  ### Props
28
35
  | name | type | default value | description |
29
36
  |------|------|---------------|-------------|
37
+ | layoutType* | enum LayoutType: `"mobile"`, `"tablet"`, `"desktop"`, `"desktopSmall"` | - | |
38
+ | links* | `ArticleLink[]` | - | |
30
39
  ## Products
31
40
  ### Props
32
41
  | name | type | default value | description |
33
42
  |------|------|---------------|-------------|
43
+ | layoutType* | enum LayoutType: `"mobile"`, `"tablet"`, `"desktop"`, `"desktopSmall"` | - | |
44
+ | products | `ArticleProduct[]` | - | |
45
+ | solutions | `ArticleProduct[]` | - | |
34
46
  ## ArticleRichText
35
47
  ### Props
36
48
  | name | type | default value | description |
37
49
  |------|------|---------------|-------------|
50
+ | layoutType* | enum LayoutType: `"mobile"`, `"tablet"`, `"desktop"`, `"desktopSmall"` | - | |
51
+ | richText* | `string` | - | |
38
52
  ## ArticleTypography
39
53
  ### Props
40
54
  | name | type | default value | description |
41
55
  |------|------|---------------|-------------|
56
+ | layoutType* | enum LayoutType: `"mobile"`, `"tablet"`, `"desktop"`, `"desktopSmall"` | - | |
57
+ | type* | "body" \| "bodyBold" \| "bodyLink" | - | |
58
+ | tag* | "span" \| "div" \| "p" | - | |
59
+ | className | `string` | - | CSS-класс |
42
60
  ## DropdownShare
43
61
  ### Props
44
62
  | name | type | default value | description |
@@ -49,6 +67,9 @@
49
67
  ### Props
50
68
  | name | type | default value | description |
51
69
  |------|------|---------------|-------------|
70
+ | layoutType* | enum LayoutType: `"mobile"`, `"tablet"`, `"desktop"`, `"desktopSmall"` | - | |
71
+ | dropdownOptions* | `DropdownShareOption[]` | - | |
72
+ | releaseDate* | `string` | - | |
52
73
 
53
74
 
54
75
  [//]: DOCUMENTATION_SECTION_END
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.2.6-preview-926fd6b4.0",
4
+ "version": "1.2.6",
5
5
  "sideEffects": [
6
6
  "*.css",
7
7
  "*.woff",
@@ -44,5 +44,5 @@
44
44
  "@snack-uikit/utils": "4.0.0",
45
45
  "classnames": "2.5.1"
46
46
  },
47
- "gitHead": "b3f5ee8a0353d2bdf60276fcd5326b4e809bbd7e"
47
+ "gitHead": "04c618e066d471ab6f846aa9222265abb722f4f8"
48
48
  }