@uxf/cms 11.56.1 → 11.58.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.
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@uxf/cms",
|
3
|
-
"version": "11.
|
3
|
+
"version": "11.58.0",
|
4
4
|
"description": "UXF Cms",
|
5
5
|
"author": "UXFans <dev@uxf.cz>",
|
6
6
|
"homepage": "https://gitlab.com/uxf-npm/cms#readme",
|
@@ -30,13 +30,13 @@
|
|
30
30
|
"@dnd-kit/utilities": "3.2.2",
|
31
31
|
"@floating-ui/react": "0.26.28",
|
32
32
|
"@redux-devtools/extension": "3.3.0",
|
33
|
-
"@uxf/core": "11.
|
34
|
-
"@uxf/core-react": "11.
|
35
|
-
"@uxf/data-grid": "11.
|
36
|
-
"@uxf/form": "11.
|
33
|
+
"@uxf/core": "11.58.0",
|
34
|
+
"@uxf/core-react": "11.58.0",
|
35
|
+
"@uxf/data-grid": "11.58.0",
|
36
|
+
"@uxf/form": "11.58.0",
|
37
37
|
"@uxf/router": "11.49.1",
|
38
|
-
"@uxf/ui": "11.
|
39
|
-
"@uxf/wysiwyg": "11.
|
38
|
+
"@uxf/ui": "11.58.0",
|
39
|
+
"@uxf/wysiwyg": "11.58.0",
|
40
40
|
"axios": "1.7.5",
|
41
41
|
"axios-hooks": "5.0.2",
|
42
42
|
"es6-error": "4.1.1",
|
@@ -24,7 +24,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
24
24
|
};
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
26
26
|
exports.ContentHeader = void 0;
|
27
|
-
const use_clickable_props_1 = require("@uxf/core-react/
|
27
|
+
const use_clickable_props_1 = require("@uxf/core-react/clickable/use-clickable-props");
|
28
28
|
const icon_1 = require("@uxf/ui/icon");
|
29
29
|
const icon_button_1 = require("@uxf/ui/icon-button");
|
30
30
|
const react_1 = __importStar(require("react"));
|