refactor!(dialog): change type field in JS to kind (#945)

* Fix dialog type not working

* gen files

* type -> kind

* update API example

---------

Co-authored-by: amrbashir <amr.bashir2015@gmail.com>
This commit is contained in:
Tony
2024-02-14 07:05:54 +08:00
committed by GitHub
parent dac8b6331c
commit 2e7ef46d8b
6 changed files with 29 additions and 21 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"dialog": "patch"
"dialog-js": "patch"
---
**Breaking change** Renamed `MessageDialogOptions.type` and `ConfigrmDialogOptions.type` fields to `kind` to match the Rust API.