@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.cjs CHANGED
@@ -2324,7 +2324,7 @@ var dialog = new DialogSingleton();
2324
2324
  // src/toast/types.ts
2325
2325
  var createInitialToastState = () => ({
2326
2326
  items: [],
2327
- position: "top-right",
2327
+ position: "bottom-right",
2328
2328
  maxVisible: 3,
2329
2329
  defaultDuration: 4e3
2330
2330
  });