@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.
@@ -1,3 +1,3 @@
1
- export declare function useMobile(): {
1
+ export declare function useMobile(mobileBreakpoint?: number): {
2
2
  isMobile: import('vue').ComputedRef<boolean>;
3
3
  };
package/dist/index.js CHANGED
@@ -21214,10 +21214,10 @@ const AB = [
21214
21214
  ], 4));
21215
21215
  }
21216
21216
  });
21217
- function oB() {
21218
- const { width: t } = to();
21217
+ function oB(t = 768) {
21218
+ const { width: e } = to();
21219
21219
  return {
21220
- isMobile: ne(() => t.value <= 768)
21220
+ isMobile: ne(() => e.value <= t)
21221
21221
  };
21222
21222
  }
21223
21223
  const iB = { class: "font-semibold" }, lB = {