@wikicasa-dev/components 1.7.0 → 1.7.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/BaseModal.js
CHANGED
|
@@ -77,7 +77,7 @@ const O = (l, n) => new Promise((s, u) => {
|
|
|
77
77
|
ref_key: "modalEl",
|
|
78
78
|
ref: b,
|
|
79
79
|
"data-cy": t.$attrs["data-cy"],
|
|
80
|
-
class: o(["uikit-modal-dialog transition-y uikit-mx-auto uikit-block uikit-w-full uikit-overflow-y-auto uikit-overflow-x-hidden uikit-rounded uikit-border-none uikit-bg-transparent uikit-bg-white uikit-p-0 uikit-no-scrollbar uikit-safe-bottom max-sm:uikit-fixed max-sm:uikit-bottom-0 max-sm:uikit-max-h-[95%] max-sm:uikit-rounded-bl-none max-sm:uikit-rounded-br-none sm:uikit-h-auto", [
|
|
80
|
+
class: o(["uikit-modal-dialog transition-y uikit-mx-auto uikit-block uikit-w-full uikit-overflow-y-auto uikit-overflow-x-hidden uikit-rounded uikit-border-none uikit-bg-transparent uikit-bg-white uikit-p-0 uikit-shadow-lg uikit-no-scrollbar uikit-safe-bottom max-sm:uikit-fixed max-sm:uikit-bottom-0 max-sm:uikit-max-h-[95%] max-sm:uikit-rounded-bl-none max-sm:uikit-rounded-br-none sm:uikit-h-auto", [
|
|
81
81
|
t.customModalDialogClasses,
|
|
82
82
|
{ "show ": e.value },
|
|
83
83
|
{ "closed uikit-overflow-hidden": !e.value },
|
package/dist/index.js
CHANGED
|
@@ -28,7 +28,7 @@ import { default as Z } from "./BaseTextarea.js";
|
|
|
28
28
|
import { default as ee } from "./BaseToggle.js";
|
|
29
29
|
import { default as ae } from "./BaseTooltip.js";
|
|
30
30
|
import { _ as te } from "./chunks/BaseUploadFile.vue_vue_type_script_setup_true_lang.1Uo4HnFM.js";
|
|
31
|
-
import { _ as fe } from "./chunks/BaseModal.vue_vue_type_style_index_0_lang.
|
|
31
|
+
import { _ as fe } from "./chunks/BaseModal.vue_vue_type_style_index_0_lang._nDVtUbg.js";
|
|
32
32
|
import { default as me } from "./BaseSnackbar.js";
|
|
33
33
|
import { _ as le } from "./chunks/DoughnutChart.vue_vue_type_script_setup_true_lang.C4QPaUsI.js";
|
|
34
34
|
import { _ as de } from "./chunks/LineChart.vue_vue_type_script_setup_true_lang.D1HsyTJq.js";
|