@cloud-ru/uikit-product-modal-predefined 0.9.14 → 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 +15 -6
- package/package.json +9 -9
- package/src/components/DefaultDeleteModalBody/styles.module.scss +1 -1
- package/src/components/DefaultRecallModalBody/styles.module.scss +1 -1
- package/src/components/DeleteModal/styles.module.scss +1 -1
- package/src/components/MobileDeleteModal/styles.module.scss +1 -1
- package/src/components/MobileRecallModal/styles.module.scss +1 -1
- package/src/components/MobileReleaseNotesModal/styles.module.scss +1 -1
- package/src/components/RecallModal/styles.module.scss +1 -1
- package/src/components/ReleaseNotesModal/styles.module.scss +1 -1
- package/src/helperComponents/InputConfirm/styles.module.scss +1 -1
- package/src/helperComponents/NoteItem/styles.module.scss +1 -1
- package/src/helperComponents/NoteItemMobile/styles.module.scss +2 -2
- package/src/helperComponents/NoteSliderControls/styles.module.scss +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,15 @@
|
|
|
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.9.15 (2026-01-20)
|
|
7
|
+
|
|
8
|
+
### Only dependencies have been changed
|
|
9
|
+
* [@cloud-ru/uikit-product-toggles-predefined@0.8.18](https://gitverse.ru/cloud-ru-tech/uikit-product/-/blob/master/packages/toggles-predefined/CHANGELOG.md)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
6
15
|
## 0.9.14 (2025-12-17)
|
|
7
16
|
|
|
8
17
|
### Only dependencies have been changed
|
|
@@ -1174,7 +1183,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1174
1183
|
|
|
1175
1184
|
### Features
|
|
1176
1185
|
|
|
1177
|
-
* **
|
|
1186
|
+
* **FF-5836:** support cjs syntax ([d44abd0](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/d44abd0ddbbea0cd2bf0e1b99442cdb83b87df48))
|
|
1178
1187
|
|
|
1179
1188
|
|
|
1180
1189
|
|
|
@@ -1197,7 +1206,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1197
1206
|
|
|
1198
1207
|
### Features
|
|
1199
1208
|
|
|
1200
|
-
* **
|
|
1209
|
+
* **FF-5782:** dart v3 use/forward approach ([eb0c4b3](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/eb0c4b30a008aa82ad7555ecc9d8420c21b1c7a4))
|
|
1201
1210
|
|
|
1202
1211
|
|
|
1203
1212
|
|
|
@@ -1226,7 +1235,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1226
1235
|
|
|
1227
1236
|
### Bug Fixes
|
|
1228
1237
|
|
|
1229
|
-
* **
|
|
1238
|
+
* **CORESERV-5502:** Add onClose param to onDelete props in DeleteModal. ([5c7239e](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/5c7239e3ea6b2f58b94910976b3de486e9ca5044))
|
|
1230
1239
|
|
|
1231
1240
|
|
|
1232
1241
|
|
|
@@ -1276,7 +1285,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1276
1285
|
|
|
1277
1286
|
### Dependencies
|
|
1278
1287
|
|
|
1279
|
-
* **
|
|
1288
|
+
* **PDS-611:** up deps ([c30ac4c](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/c30ac4c2adb7c00e84fbe557d85314add6b6977a))
|
|
1280
1289
|
|
|
1281
1290
|
|
|
1282
1291
|
|
|
@@ -1356,7 +1365,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1356
1365
|
|
|
1357
1366
|
### Bug Fixes
|
|
1358
1367
|
|
|
1359
|
-
* **
|
|
1368
|
+
* **FF-5186:** add word-break for text content ([75512af](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/75512af978d4c5248bf564cab9e7463527048fb0))
|
|
1360
1369
|
|
|
1361
1370
|
|
|
1362
1371
|
|
|
@@ -1409,7 +1418,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1409
1418
|
|
|
1410
1419
|
### Features
|
|
1411
1420
|
|
|
1412
|
-
* **
|
|
1421
|
+
* **SVP-11371:** init package, add delete modal ([f2b5151](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/f2b515185960c768b3365b6801b162bbc3b36d6e))
|
|
1413
1422
|
|
|
1414
1423
|
|
|
1415
1424
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-ru/uikit-product-modal-predefined",
|
|
3
3
|
"title": "Modal Predefined",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "1.0.1-preview-b95fca4e.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-copy-line": "0.
|
|
40
|
-
"@cloud-ru/uikit-product-icons": "16.1.
|
|
41
|
-
"@cloud-ru/uikit-product-markdown": "0.1.
|
|
42
|
-
"@cloud-ru/uikit-product-mobile-modal": "0.
|
|
43
|
-
"@cloud-ru/uikit-product-switch-row": "0.
|
|
44
|
-
"@cloud-ru/uikit-product-toggles-predefined": "0.
|
|
45
|
-
"@cloud-ru/uikit-product-utils": "8.1.0",
|
|
39
|
+
"@cloud-ru/uikit-product-copy-line": "1.0.1-preview-b95fca4e.0",
|
|
40
|
+
"@cloud-ru/uikit-product-icons": "16.1.2-preview-b95fca4e.0",
|
|
41
|
+
"@cloud-ru/uikit-product-markdown": "1.0.1-preview-b95fca4e.0",
|
|
42
|
+
"@cloud-ru/uikit-product-mobile-modal": "1.0.1-preview-b95fca4e.0",
|
|
43
|
+
"@cloud-ru/uikit-product-switch-row": "1.0.1-preview-b95fca4e.0",
|
|
44
|
+
"@cloud-ru/uikit-product-toggles-predefined": "1.0.1-preview-b95fca4e.0",
|
|
45
|
+
"@cloud-ru/uikit-product-utils": "8.1.1-preview-b95fca4e.0",
|
|
46
46
|
"@snack-uikit/button": "0.19.15",
|
|
47
47
|
"@snack-uikit/carousel": "0.6.4",
|
|
48
48
|
"@snack-uikit/fields": "0.51.0",
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"@cloud-ru/uikit-product-locale": "*"
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "5e59d6341e92ce7320739df54ab7e6f6d0a7aa26"
|
|
61
61
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
@use '@
|
|
2
|
-
@use '@
|
|
1
|
+
@use '@cloud-ru/figma-tokens-cloud-platform/build/scss/styles-theme-variables.scss';
|
|
2
|
+
@use '@cloud-ru/figma-tokens-cloud-platform/build/scss/components/styles-tokens-drawer';
|
|
3
3
|
|
|
4
4
|
.noteItemWrapper {
|
|
5
5
|
margin-right: calc(#{styles-tokens-drawer.$dimension-0m} - #{styles-tokens-drawer.$dimension-1m});
|