@cloud-ru/uikit-product-info-block-predefined 0.3.7 → 1.0.1-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
+ ## 0.3.8 (2025-11-13)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **PD-3377:** removed contributors ([121640f](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/121640f7b88b20a728a6ad2c39de8841532bb308))
12
+
13
+
14
+
15
+
16
+
6
17
  ## 0.3.7 (2025-11-12)
7
18
 
8
19
 
@@ -70,7 +81,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
70
81
 
71
82
  ### Features
72
83
 
73
- * **[FF-5836](https://jira.sbercloud.tech/browse/FF-5836):** support cjs syntax ([d44abd0](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/d44abd0ddbbea0cd2bf0e1b99442cdb83b87df48))
84
+ * **FF-5836:** support cjs syntax ([d44abd0](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/d44abd0ddbbea0cd2bf0e1b99442cdb83b87df48))
74
85
 
75
86
 
76
87
 
@@ -81,7 +92,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
81
92
 
82
93
  ### Features
83
94
 
84
- * **[FF-5782](https://jira.sbercloud.tech/browse/FF-5782):** dart v3 use/forward approach ([eb0c4b3](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/eb0c4b30a008aa82ad7555ecc9d8420c21b1c7a4))
95
+ * **FF-5782:** dart v3 use/forward approach ([eb0c4b3](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/eb0c4b30a008aa82ad7555ecc9d8420c21b1c7a4))
85
96
 
86
97
 
87
98
 
@@ -92,7 +103,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
92
103
 
93
104
  ### Dependencies
94
105
 
95
- * **[PDS-611](https://jira.sbercloud.tech/browse/PDS-611):** up deps ([c30ac4c](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/c30ac4c2adb7c00e84fbe557d85314add6b6977a))
106
+ * **PDS-611:** up deps ([c30ac4c](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/c30ac4c2adb7c00e84fbe557d85314add6b6977a))
96
107
 
97
108
 
98
109
 
@@ -103,7 +114,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
103
114
 
104
115
  ### Features
105
116
 
106
- * **[PDS-1](https://jira.sbercloud.tech/browse/PDS-1):** add info-block-predefined ([88426a2](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/88426a29440a0b69f70d1f33921b8525c774b74a))
117
+ * **PDS-1:** add info-block-predefined ([88426a2](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/88426a29440a0b69f70d1f33921b8525c774b74a))
107
118
 
108
119
 
109
120
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloud-ru/uikit-product-info-block-predefined",
3
3
  "title": "Info Block Predefined",
4
- "version": "0.3.7",
4
+ "version": "1.0.1-preview-b95fca4e.0",
5
5
  "sideEffects": [
6
6
  "*.css",
7
7
  "*.woff",
@@ -30,7 +30,6 @@
30
30
  "name": "Akhremenko Grigorii",
31
31
  "url": "https://github.com/AGrigorii"
32
32
  },
33
- "contributors": [],
34
33
  "license": "Apache-2.0",
35
34
  "publishConfig": {
36
35
  "access": "public"
@@ -41,5 +40,5 @@
41
40
  "@snack-uikit/info-block": "0.6.13",
42
41
  "@snack-uikit/tooltip": "0.16.2"
43
42
  },
44
- "gitHead": "9c11b1e33e716c874534a1c162266c8591f2ed03"
43
+ "gitHead": "5e59d6341e92ce7320739df54ab7e6f6d0a7aa26"
45
44
  }
@@ -1,4 +1,4 @@
1
- @use '@sbercloud/figma-tokens-cloud-platform/build/scss/components/styles-tokens-infoBlock';
1
+ @use '@cloud-ru/figma-tokens-cloud-platform/build/scss/components/styles-tokens-infoBlock';
2
2
 
3
3
  .infoBlockFooter {
4
4
  @include styles-tokens-infoBlock.composite-var(styles-tokens-infoBlock.$info-block-footer);