@bsgoal/common 2.8.8 → 2.9.0
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.mjs
CHANGED
|
@@ -6126,7 +6126,13 @@ const W0 = { class: "bsgoal-base-dialog" }, z0 = { class: "base_dialog" }, k0 =
|
|
|
6126
6126
|
]),
|
|
6127
6127
|
default: ee(() => [
|
|
6128
6128
|
_e("div", {
|
|
6129
|
-
class: gt([
|
|
6129
|
+
class: gt([
|
|
6130
|
+
"base_dialog_content",
|
|
6131
|
+
{
|
|
6132
|
+
"base_dialog_content--form": c.type === "form",
|
|
6133
|
+
"base_dialog_content--blank": c.type === "blank"
|
|
6134
|
+
}
|
|
6135
|
+
])
|
|
6130
6136
|
}, [
|
|
6131
6137
|
Ze(A.$slots, "default")
|
|
6132
6138
|
], 2)
|