@konomi-app/ui 5.4.0 → 5.4.1

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/dist/index.js CHANGED
@@ -2296,7 +2296,7 @@ var dialog = new DialogSingleton();
2296
2296
  // src/toast/types.ts
2297
2297
  var createInitialToastState = () => ({
2298
2298
  items: [],
2299
- position: "top-right",
2299
+ position: "bottom-right",
2300
2300
  maxVisible: 3,
2301
2301
  defaultDuration: 4e3
2302
2302
  });