@davincihealthcare/elty-design-system-vue 1.71.5 → 1.71.6
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.js
CHANGED
|
@@ -21214,10 +21214,10 @@ const AB = [
|
|
|
21214
21214
|
], 4));
|
|
21215
21215
|
}
|
|
21216
21216
|
});
|
|
21217
|
-
function oB() {
|
|
21218
|
-
const { width:
|
|
21217
|
+
function oB(t = 768) {
|
|
21218
|
+
const { width: e } = to();
|
|
21219
21219
|
return {
|
|
21220
|
-
isMobile: ne(() =>
|
|
21220
|
+
isMobile: ne(() => e.value <= t)
|
|
21221
21221
|
};
|
|
21222
21222
|
}
|
|
21223
21223
|
const iB = { class: "font-semibold" }, lB = {
|