@steroidsjs/core 2.2.62 → 2.2.63

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steroidsjs/core",
3
- "version": "2.2.62",
3
+ "version": "2.2.63",
4
4
  "description": "",
5
5
  "author": "Vladimir Kozhin <hello@kozhindev.com>",
6
6
  "repository": {
@@ -31,7 +31,7 @@ export interface IModalProps {
31
31
  */
32
32
  closeTimeoutMs?: number;
33
33
  /**
34
- * Время, через которое автоматически произойдет закрытие Modal.
34
+ * Время в миллисекундах, через которое автоматически произойдет закрытие Modal.
35
35
  * @example 1000
36
36
  */
37
37
  closeAfterMs?: number;