@plastic-js/tsumiki 0.1.24 → 0.1.25
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.
|
@@ -169,7 +169,7 @@ var btnDangerClass = css({
|
|
|
169
169
|
var read = (v) => typeof v === "function" ? v() : v;
|
|
170
170
|
var Dialog$1 = (props) => {
|
|
171
171
|
const [local, rest] = splitProps(mergeProps$2({
|
|
172
|
-
mode: "
|
|
172
|
+
mode: "sheet",
|
|
173
173
|
showCancel: true,
|
|
174
174
|
showConfirm: true,
|
|
175
175
|
cancelText: "Cancel",
|