@m4l/graphics 7.0.16-beta.3 → 7.1.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.
@@ -4,13 +4,13 @@ import { D as s } from "../../contexts/DeviceTypeContext/index.js";
4
4
  function n(o, t) {
5
5
  const e = r(s);
6
6
  if (!e)
7
- throw new Error("useIsMobileStore context must be use inside IsMobileContext");
7
+ throw new Error("useIsMobileStore context must be use inside DeviceTypeContext");
8
8
  return i(e, o, t);
9
9
  }
10
- function b(o) {
10
+ function p(o) {
11
11
  const t = n((e) => e.deviceType === "mobile");
12
12
  return o || t;
13
13
  }
14
14
  export {
15
- b as u
15
+ p as u
16
16
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m4l/graphics",
3
- "version": "7.0.16-beta.3",
3
+ "version": "7.1.0",
4
4
  "license": "UNLICENSED",
5
5
  "author": "M4L Team*",
6
6
  "type": "module",