portalcash-shared 1.1.13 → 1.1.14
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.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -41387,7 +41387,7 @@ const v3 = { class: "text-xl font-semibold text-section-title mb-2" }, w3 = { ke
|
|
|
41387
41387
|
return (h, p) => (f(), O(En, {
|
|
41388
41388
|
visible: t.visible,
|
|
41389
41389
|
"onUpdate:visible": l,
|
|
41390
|
-
modalClass: "!p-5 !bg-white ",
|
|
41390
|
+
modalClass: "!p-5 !bg-white dark:!bg-surface-primary",
|
|
41391
41391
|
position: "center"
|
|
41392
41392
|
}, {
|
|
41393
41393
|
header: $(() => [
|
|
@@ -42484,7 +42484,7 @@ const a6 = { class: "card h-full" }, o6 = { class: "text-sm gap-0.5 bg-white bor
|
|
|
42484
42484
|
visible: t.visible,
|
|
42485
42485
|
"onUpdate:visible": a,
|
|
42486
42486
|
closable: t.closable,
|
|
42487
|
-
modalClass: "!p-5 !bg-white "
|
|
42487
|
+
modalClass: "!p-5 !bg-white dark:!bg-surface-primary "
|
|
42488
42488
|
}, Sn({
|
|
42489
42489
|
header: $(() => [
|
|
42490
42490
|
v("h2", g6, T(t.headerName), 1)
|