RubyGems
npm
Organizations
Log in
Sign up
npm
@flozy/editor
Versions diffs
4.3.8 → 4.3.9
@flozy/editor 4.3.8 → 4.3.9
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/dist/Editor/hooks/useBreakpoints.js
+1
-1
package/package.json
+1
-1
package/dist/Editor/hooks/useBreakpoints.js
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
import { useMediaQuery } from "@mui/material";
2
2
export const STIMULATOR_MOCK = {
3
-
xs: "@media (min-width: 1200px) and (max-width:
1980px
)"
3
+
xs: "@media (min-width: 1200px) and (max-width:
7680px
)"
4
4
};
5
5
export const isStimulator = () => {
6
6
try {
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@flozy/editor",
3
-
"version": "4.3.
8
",
3
+
"version": "4.3.
9
",
4
4
"description": "An Editor for flozy app brain",
5
5
"files": [
6
6
"dist"