@wopr-network/platform-ui-core 1.19.2 → 1.19.3

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": "@wopr-network/platform-ui-core",
3
- "version": "1.19.2",
3
+ "version": "1.19.3",
4
4
  "description": "Brand-agnostic AI agent platform UI — deploy as any brand via env vars",
5
5
  "repository": {
6
6
  "type": "git",
@@ -262,6 +262,14 @@
262
262
  /* ── Sonner toast — match platform theme ─────────────────────────── */
263
263
  [data-sonner-toaster] {
264
264
  font-family: var(--font-mono), ui-monospace, monospace !important;
265
+ --width: 320px !important;
266
+ position: fixed !important;
267
+ bottom: 20px !important;
268
+ right: 20px !important;
269
+ left: auto !important;
270
+ top: auto !important;
271
+ z-index: 99999 !important;
272
+ transform: none !important;
265
273
  }
266
274
 
267
275
  [data-sonner-toast] {
@@ -272,8 +280,8 @@
272
280
  font-family: var(--font-mono), ui-monospace, monospace !important;
273
281
  padding: 10px 14px !important;
274
282
  gap: 6px !important;
275
- max-width: 360px !important;
276
- width: auto !important;
283
+ text-align: center !important;
284
+ justify-content: center !important;
277
285
  }
278
286
 
279
287
  .dark [data-sonner-toast] {