@cloud-ru/uikit-product-site-article 1.2.5 → 1.2.6-preview-926fd6b4.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/README.md +0 -21
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -13,17 +13,10 @@
|
|
|
13
13
|
### Props
|
|
14
14
|
| name | type | default value | description |
|
|
15
15
|
|------|------|---------------|-------------|
|
|
16
|
-
| layoutType* | enum LayoutType: `"mobile"`, `"tablet"`, `"desktop"`, `"desktopSmall"` | - | |
|
|
17
|
-
| richText* | `string` | - | |
|
|
18
16
|
## Quote
|
|
19
17
|
### Props
|
|
20
18
|
| name | type | default value | description |
|
|
21
19
|
|------|------|---------------|-------------|
|
|
22
|
-
| layoutType* | enum LayoutType: `"mobile"`, `"tablet"`, `"desktop"`, `"desktopSmall"` | - | |
|
|
23
|
-
| text* | `string` | - | |
|
|
24
|
-
| image | `string` | - | |
|
|
25
|
-
| name | `string` | - | |
|
|
26
|
-
| position | `string` | - | |
|
|
27
20
|
## ImageArticle
|
|
28
21
|
### Props
|
|
29
22
|
| name | type | default value | description |
|
|
@@ -34,29 +27,18 @@
|
|
|
34
27
|
### Props
|
|
35
28
|
| name | type | default value | description |
|
|
36
29
|
|------|------|---------------|-------------|
|
|
37
|
-
| layoutType* | enum LayoutType: `"mobile"`, `"tablet"`, `"desktop"`, `"desktopSmall"` | - | |
|
|
38
|
-
| links* | `ArticleLink[]` | - | |
|
|
39
30
|
## Products
|
|
40
31
|
### Props
|
|
41
32
|
| name | type | default value | description |
|
|
42
33
|
|------|------|---------------|-------------|
|
|
43
|
-
| layoutType* | enum LayoutType: `"mobile"`, `"tablet"`, `"desktop"`, `"desktopSmall"` | - | |
|
|
44
|
-
| products | `ArticleProduct[]` | - | |
|
|
45
|
-
| solutions | `ArticleProduct[]` | - | |
|
|
46
34
|
## ArticleRichText
|
|
47
35
|
### Props
|
|
48
36
|
| name | type | default value | description |
|
|
49
37
|
|------|------|---------------|-------------|
|
|
50
|
-
| layoutType* | enum LayoutType: `"mobile"`, `"tablet"`, `"desktop"`, `"desktopSmall"` | - | |
|
|
51
|
-
| richText* | `string` | - | |
|
|
52
38
|
## ArticleTypography
|
|
53
39
|
### Props
|
|
54
40
|
| name | type | default value | description |
|
|
55
41
|
|------|------|---------------|-------------|
|
|
56
|
-
| layoutType* | enum LayoutType: `"mobile"`, `"tablet"`, `"desktop"`, `"desktopSmall"` | - | |
|
|
57
|
-
| type* | "body" \| "bodyBold" \| "bodyLink" | - | |
|
|
58
|
-
| tag* | "span" \| "div" \| "p" | - | |
|
|
59
|
-
| className | `string` | - | CSS-класс |
|
|
60
42
|
## DropdownShare
|
|
61
43
|
### Props
|
|
62
44
|
| name | type | default value | description |
|
|
@@ -67,9 +49,6 @@
|
|
|
67
49
|
### Props
|
|
68
50
|
| name | type | default value | description |
|
|
69
51
|
|------|------|---------------|-------------|
|
|
70
|
-
| layoutType* | enum LayoutType: `"mobile"`, `"tablet"`, `"desktop"`, `"desktopSmall"` | - | |
|
|
71
|
-
| dropdownOptions* | `DropdownShareOption[]` | - | |
|
|
72
|
-
| releaseDate* | `string` | - | |
|
|
73
52
|
|
|
74
53
|
|
|
75
54
|
[//]: 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.
|
|
4
|
+
"version": "1.2.6-preview-926fd6b4.0",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"*.css",
|
|
7
7
|
"*.woff",
|
|
@@ -39,10 +39,10 @@
|
|
|
39
39
|
"@cloud-ru/uikit-product-icons": "17.3.0",
|
|
40
40
|
"@cloud-ru/uikit-product-utils": "9.1.0",
|
|
41
41
|
"@snack-uikit/button": "0.19.16",
|
|
42
|
-
"@snack-uikit/list": "0.
|
|
42
|
+
"@snack-uikit/list": "0.33.1",
|
|
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": "
|
|
47
|
+
"gitHead": "b3f5ee8a0353d2bdf60276fcd5326b4e809bbd7e"
|
|
48
48
|
}
|