@comet/cms-admin 8.7.0-canary-20251117120329 → 8.7.0-canary-20251117135041
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.
|
@@ -227,7 +227,7 @@ var PermissionDialog = exports.PermissionDialog = function PermissionDialog(_ref
|
|
|
227
227
|
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_material.DialogActions, {
|
|
228
228
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_admin.CancelButton, {
|
|
229
229
|
onClick: handleDialogClose
|
|
230
|
-
}),
|
|
230
|
+
}), disabled ? /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {}) : /*#__PURE__*/(0, _jsxRuntime.jsx)(_admin.SaveButton, {
|
|
231
231
|
type: "submit"
|
|
232
232
|
})]
|
|
233
233
|
})]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@comet/cms-admin",
|
|
3
|
-
"version": "8.7.0-canary-
|
|
3
|
+
"version": "8.7.0-canary-20251117135041",
|
|
4
4
|
"description": "Comet CMS Admin package",
|
|
5
5
|
"repository": {
|
|
6
6
|
"directory": "packages/admin/cms-admin",
|
|
@@ -41,10 +41,10 @@
|
|
|
41
41
|
"slugify": "^1.6.6",
|
|
42
42
|
"use-debounce": "^10.0.5",
|
|
43
43
|
"uuid": "^11.1.0",
|
|
44
|
-
"@comet/admin": "8.7.0-canary-
|
|
45
|
-
"@comet/admin-date-time": "8.7.0-canary-
|
|
46
|
-
"@comet/admin-icons": "8.7.0-canary-
|
|
47
|
-
"@comet/admin-rte": "8.7.0-canary-
|
|
44
|
+
"@comet/admin": "8.7.0-canary-20251117135041",
|
|
45
|
+
"@comet/admin-date-time": "8.7.0-canary-20251117135041",
|
|
46
|
+
"@comet/admin-icons": "8.7.0-canary-20251117135041",
|
|
47
|
+
"@comet/admin-rte": "8.7.0-canary-20251117135041"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@apollo/client": "^3.13.8",
|
|
@@ -98,9 +98,9 @@
|
|
|
98
98
|
"react-router-dom": "^5.3.4",
|
|
99
99
|
"ts-jest": "^29.4.0",
|
|
100
100
|
"typescript": "5.8.3",
|
|
101
|
-
"@comet/admin-babel-preset": "8.7.0-canary-
|
|
102
|
-
"@comet/cli": "8.7.0-canary-
|
|
103
|
-
"@comet/eslint-config": "8.7.0-canary-
|
|
101
|
+
"@comet/admin-babel-preset": "8.7.0-canary-20251117135041",
|
|
102
|
+
"@comet/cli": "8.7.0-canary-20251117135041",
|
|
103
|
+
"@comet/eslint-config": "8.7.0-canary-20251117135041"
|
|
104
104
|
},
|
|
105
105
|
"peerDependencies": {
|
|
106
106
|
"@apollo/client": "^3.7.0",
|