@sima-land/moleculas 16.0.0-alpha.21 → 16.0.0-alpha.22

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.
@@ -16,7 +16,7 @@ export declare const LoopUtil: {
16
16
  readonly getNextIndex: (current: number, total: number) => number;
17
17
  };
18
18
  /**
19
- * Получив пропсы items и children вернет массив пропсов для MediaView.
19
+ * Создает объект управления свайпом.
20
20
  * @param props Свойства.
21
21
  * @return Пропсы.
22
22
  */
@@ -24,7 +24,7 @@ exports.LoopUtil = {
24
24
  },
25
25
  };
26
26
  /**
27
- * Получив пропсы items и children вернет массив пропсов для MediaView.
27
+ * Создает объект управления свайпом.
28
28
  * @param props Свойства.
29
29
  * @return Пропсы.
30
30
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sima-land/moleculas",
3
3
  "type": "commonjs",
4
- "version": "16.0.0-alpha.21",
4
+ "version": "16.0.0-alpha.22",
5
5
  "repository": "ssh://git@github.com:sima-land/moleculas.git",
6
6
  "author": "www.sima-land.ru team",
7
7
  "license": "Apache-2.0",
@@ -72,7 +72,7 @@
72
72
  "webpack": "^5.64.4"
73
73
  },
74
74
  "peerDependencies": {
75
- "@sima-land/ui-nucleons": "^45.0.0-alpha.14",
75
+ "@sima-land/ui-nucleons": "^45.0.0-alpha.16",
76
76
  "@sima-land/ui-quarks": "^5.0.0",
77
77
  "react": "^17.0 || ^18.0"
78
78
  }