@uxf/cms 11.41.1 → 11.41.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -21,10 +21,10 @@ export declare function useSubMenu(options: SubMenuOptions): {
21
21
  floating: HTMLElement | null;
22
22
  } & import("@floating-ui/react").ExtendedElements<import("@floating-ui/react").ReferenceType>;
23
23
  context: {
24
- placement: import("@floating-ui/utils").Placement;
25
- strategy: import("@floating-ui/utils").Strategy;
26
24
  x: number;
27
25
  y: number;
26
+ strategy: import("@floating-ui/utils").Strategy;
27
+ placement: import("@floating-ui/utils").Placement;
28
28
  middlewareData: import("@floating-ui/core").MiddlewareData;
29
29
  isPositioned: boolean;
30
30
  update: () => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uxf/cms",
3
- "version": "11.41.1",
3
+ "version": "11.41.4",
4
4
  "description": "UXF Cms",
5
5
  "author": "UXFans <dev@uxf.cz>",
6
6
  "homepage": "https://gitlab.com/uxf-npm/cms#readme",
@@ -32,7 +32,7 @@
32
32
  "@redux-devtools/extension": "3.3.0",
33
33
  "@uxf/core": "11.35.0",
34
34
  "@uxf/core-react": "11.38.3",
35
- "@uxf/data-grid": "11.40.0",
35
+ "@uxf/data-grid": "11.41.4",
36
36
  "@uxf/form": "11.40.0",
37
37
  "@uxf/router": "11.32.0",
38
38
  "@uxf/ui": "11.40.0",