@comet/cms-admin 8.8.0-canary-20251124144832 → 8.8.0-canary-20251124151155

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.
@@ -28,7 +28,7 @@ function BlockAdminTabs(_ref) {
28
28
  }
29
29
  var _children = _toArray(children),
30
30
  firstTab = _children[0],
31
- otherTabs = _children.slice(1);
31
+ otherTabs = _arrayLikeToArray(_children).slice(1);
32
32
  var selectedTab = children.find(function (tab) {
33
33
  return tab.key === selected;
34
34
  }) ? selected : firstTab.key; //fall back to first, as <Switch> does
@@ -23,7 +23,7 @@ function BlockPreviewWithTabs(_ref) {
23
23
  if (previewApi.minimized) {
24
24
  var _children = _toArray(children),
25
25
  firstTab = _children[0],
26
- otherTabs = _children.slice(1);
26
+ otherTabs = _arrayLikeToArray(_children).slice(1);
27
27
  pageContent = [firstTab.content, /*#__PURE__*/(0, _jsxRuntime.jsx)(_BlockAdminTabs.BlockAdminTabs, {
28
28
  children: otherTabs
29
29
  }, "1")];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comet/cms-admin",
3
- "version": "8.8.0-canary-20251124144832",
3
+ "version": "8.8.0-canary-20251124151155",
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.8.0-canary-20251124144832",
45
- "@comet/admin-date-time": "8.8.0-canary-20251124144832",
46
- "@comet/admin-icons": "8.8.0-canary-20251124144832",
47
- "@comet/admin-rte": "8.8.0-canary-20251124144832"
44
+ "@comet/admin": "8.8.0-canary-20251124151155",
45
+ "@comet/admin-date-time": "8.8.0-canary-20251124151155",
46
+ "@comet/admin-icons": "8.8.0-canary-20251124151155",
47
+ "@comet/admin-rte": "8.8.0-canary-20251124151155"
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.9.3",
101
- "@comet/admin-babel-preset": "8.8.0-canary-20251124144832",
102
- "@comet/cli": "8.8.0-canary-20251124144832",
103
- "@comet/eslint-config": "8.8.0-canary-20251124144832"
101
+ "@comet/admin-babel-preset": "8.8.0-canary-20251124151155",
102
+ "@comet/cli": "8.8.0-canary-20251124151155",
103
+ "@comet/eslint-config": "8.8.0-canary-20251124151155"
104
104
  },
105
105
  "peerDependencies": {
106
106
  "@apollo/client": "^3.7.0",