fui-material 2.2.15 → 2.2.17

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.
@@ -1,7 +1,8 @@
1
1
  /**
2
2
  * Удаляет уведомление из DOM с анимацией скрытия.
3
+ * После удаления проверяет контейнер #block-notification и удаляет его, если он пуст.
3
4
  *
4
- * @param {string} id - CSS-селектор уведомления возвращаемый fNotification (например, `"#notification-123"`)
5
+ * @param {string} id - CSS-селектор уведомления (например, `"#notification-123"`)
5
6
  * @returns {void}
6
7
  */
7
8
  declare const fNotificationDelete: (id: string) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fui-material",
3
- "version": "2.2.15",
3
+ "version": "2.2.17",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public",