@xsolla/xui-notification-panel 0.100.0 → 0.102.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.
Files changed (2) hide show
  1. package/README.md +0 -6
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,9 +1,3 @@
1
- ---
2
- title: NotificationPanel
3
- subtitle: A full-width notification bar for persistent inline feedback.
4
- description: A cross-platform React notification panel for displaying contextual feedback messages within page layouts.
5
- ---
6
-
7
1
  # NotificationPanel
8
2
 
9
3
  A full-width horizontal notification bar designed for persistent inline notifications within page layouts. Unlike the Notification component (designed for toast popups), NotificationPanel is intended for contextual feedback messages that should remain visible until dismissed.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xsolla/xui-notification-panel",
3
- "version": "0.100.0",
3
+ "version": "0.102.0",
4
4
  "main": "./web/index.js",
5
5
  "module": "./web/index.mjs",
6
6
  "types": "./web/index.d.ts",
@@ -13,10 +13,10 @@
13
13
  "test:coverage": "vitest run --coverage"
14
14
  },
15
15
  "dependencies": {
16
- "@xsolla/xui-button": "0.100.0",
17
- "@xsolla/xui-core": "0.100.0",
18
- "@xsolla/xui-icons-base": "0.100.0",
19
- "@xsolla/xui-primitives-core": "0.100.0"
16
+ "@xsolla/xui-button": "0.102.0",
17
+ "@xsolla/xui-core": "0.102.0",
18
+ "@xsolla/xui-icons-base": "0.102.0",
19
+ "@xsolla/xui-primitives-core": "0.102.0"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "react": ">=16.8.0",