@xsolla/xui-notification 0.197.1 → 0.199.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 +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -186,5 +186,5 @@ export default function Persistent() {
186
186
 
187
187
  ## Related
188
188
 
189
- - [NotificationPanel](./notification-panel.md) — full-width inline banner variant.
189
+ - [NotificationPanel](./b2b-notification-panel.md) — full-width inline banner variant.
190
190
  - [Toast](./toast.md) — programmatic auto-dismissing notifications.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xsolla/xui-notification",
3
- "version": "0.197.1",
3
+ "version": "0.199.0",
4
4
  "main": "./web/index.js",
5
5
  "module": "./web/index.mjs",
6
6
  "types": "./web/index.d.ts",
@@ -10,9 +10,9 @@
10
10
  "build:native": "PLATFORM=native tsup"
11
11
  },
12
12
  "dependencies": {
13
- "@xsolla/xui-core": "0.197.1",
14
- "@xsolla/xui-icons": "0.197.1",
15
- "@xsolla/xui-primitives-core": "0.197.1"
13
+ "@xsolla/xui-core": "0.199.0",
14
+ "@xsolla/xui-icons": "0.199.0",
15
+ "@xsolla/xui-primitives-core": "0.199.0"
16
16
  },
17
17
  "peerDependencies": {
18
18
  "react": ">=16.8.0",