@cloud-ru/uikit-product-site-media 0.2.0 → 0.3.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,27 @@
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
+ # 0.3.0 (2025-12-24)
7
+
8
+
9
+ ### Features
10
+
11
+ * **SITE-10441:** add border radius & fix padding bottom ([786639b](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/786639b497ad7de71551f6dbbaab1b5b81facb85))
12
+
13
+
14
+
15
+
16
+
17
+ ## 0.2.1 (2025-12-17)
18
+
19
+ ### Only dependencies have been changed
20
+ * [@cloud-ru/uikit-product-icons@16.1.1](https://gitverse.ru/cloud-ru-tech/uikit-product/-/blob/master/packages/icons/CHANGELOG.md)
21
+ * [@cloud-ru/uikit-product-utils@8.1.0](https://gitverse.ru/cloud-ru-tech/uikit-product/-/blob/master/packages/utils/CHANGELOG.md)
22
+
23
+
24
+
25
+
26
+
6
27
  # 0.2.0 (2025-12-15)
7
28
 
8
29
 
@@ -4,7 +4,7 @@
4
4
  width:100%;
5
5
  height:100%;
6
6
  display:flex;
7
- padding-bottom:56.5%;
7
+ padding-bottom:56.25%;
8
8
  border:0;
9
9
  border-radius:4px;
10
10
  overflow:hidden;
@@ -4,7 +4,7 @@
4
4
  width:100%;
5
5
  height:100%;
6
6
  display:flex;
7
- padding-bottom:56.5%;
7
+ padding-bottom:56.25%;
8
8
  border:0;
9
9
  border-radius:4px;
10
10
  overflow:hidden;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloud-ru/uikit-product-site-media",
3
3
  "title": "Site Media",
4
- "version": "0.2.0",
4
+ "version": "0.3.0",
5
5
  "sideEffects": [
6
6
  "*.css",
7
7
  "*.woff",
@@ -36,10 +36,10 @@
36
36
  },
37
37
  "scripts": {},
38
38
  "dependencies": {
39
- "@cloud-ru/uikit-product-icons": "16.1.0",
40
- "@cloud-ru/uikit-product-utils": "8.0.2",
39
+ "@cloud-ru/uikit-product-icons": "16.1.1",
40
+ "@cloud-ru/uikit-product-utils": "8.1.0",
41
41
  "@snack-uikit/icon-predefined": "0.7.5",
42
42
  "classnames": "2.5.1"
43
43
  },
44
- "gitHead": "fdcf94a6757e590c66ace1a43667bb29ce748d64"
44
+ "gitHead": "5f09d9ce6c82845090013f9b4f00f46cb160e59c"
45
45
  }
@@ -6,7 +6,7 @@
6
6
  width: 100%;
7
7
  height: 100%;
8
8
  display: flex;
9
- padding-bottom: 56.5%;
9
+ padding-bottom: 56.25%;
10
10
  border: 0;
11
11
  border-radius: 4px;
12
12
  overflow: hidden;