ode-explorer 2.6.6-develop-enabling.20260825105516 → 2.6.7

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.
Files changed (36) hide show
  1. package/README.md +6 -0
  2. package/dist/crna.png +0 -0
  3. package/dist/illu-empty-notifications.png +0 -0
  4. package/dist/index.js +63 -79
  5. package/dist/style.css +1 -1
  6. package/lib/app/root/index.d.ts +1 -1
  7. package/lib/components/AppAction/AppAction.d.ts +1 -1
  8. package/lib/components/EmptyScreens/EmptyScreenApp.d.ts +0 -1
  9. package/lib/components/EmptyScreens/EmptyScreenError.d.ts +0 -1
  10. package/lib/components/EmptyScreens/EmptyScreenNoContentInFolder.d.ts +0 -1
  11. package/lib/components/EmptyScreens/EmptyScreenSearch.d.ts +0 -1
  12. package/lib/components/EmptyScreens/EmptyScreenTrash.d.ts +1 -1
  13. package/lib/components/Explorer.d.ts +1 -1
  14. package/lib/components/ExplorerBreadcrumb.d.ts +1 -1
  15. package/lib/components/LoadMore.d.ts +0 -1
  16. package/lib/features/ActionBar/ActionBarContainer.d.ts +1 -1
  17. package/lib/features/ActionBar/Delete/DeleteModal.d.ts +0 -1
  18. package/lib/features/ActionBar/Disable/DisableModal.d.ts +0 -1
  19. package/lib/features/ActionBar/Export/ExportModal.d.ts +0 -1
  20. package/lib/features/ActionBar/Folder/FolderModal.d.ts +0 -1
  21. package/lib/features/ActionBar/Move/MoveModal.d.ts +0 -1
  22. package/lib/features/ActionBar/Trash/TrashModal.d.ts +0 -1
  23. package/lib/features/List/DraggableCard.d.ts +2 -2
  24. package/lib/features/List/FolderCard.d.ts +1 -1
  25. package/lib/features/List/FoldersList.d.ts +1 -1
  26. package/lib/features/List/List.d.ts +1 -1
  27. package/lib/features/List/ResourceCard.d.ts +1 -1
  28. package/lib/features/SearchForm/SearchForm.d.ts +1 -1
  29. package/lib/features/SearchForm/useSearchForm.d.ts +1 -2
  30. package/lib/features/SideBar/Library/Library.d.ts +1 -1
  31. package/lib/features/SideBar/TreeViewContainer.d.ts +1 -1
  32. package/lib/index2.js +98 -98
  33. package/lib/providers/index.d.ts +1 -1
  34. package/lib/services/api/index.d.ts +1 -1
  35. package/package.json +40 -49
  36. package/dist/illu-notifications.png +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ode-explorer",
3
- "version": "2.6.6-develop-enabling.20260825105516",
3
+ "version": "2.6.7",
4
4
  "description": "Edifice Explorer",
5
5
  "homepage": "https://github.com/edificeio/explorer#readme",
6
6
  "bugs": {
@@ -36,64 +36,55 @@
36
36
  ]
37
37
  },
38
38
  "dependencies": {
39
- "@dnd-kit/core": "6.1.0",
40
- "@dnd-kit/modifiers": "7.0.0",
41
- "@react-spring/web": "9.7.5",
42
- "clsx": "2.1.1",
39
+ "@dnd-kit/core": "^6.1.0",
40
+ "@dnd-kit/modifiers": "^7.0.0",
41
+ "@edifice.io/react": "2.6.3",
42
+ "@edifice.io/bootstrap": "2.6.3",
43
+ "@edifice.io/client": "2.6.3",
44
+ "@react-spring/web": "^9.7.3",
45
+ "@tanstack/react-query": "5.62.7",
46
+ "clsx": "^2.1.1",
43
47
  "dayjs": "1.11.10",
44
48
  "i18next": "23.8.1",
45
49
  "i18next-http-backend": "2.4.2",
50
+ "react": "^18.3.1",
51
+ "react-dom": "^18.3.1",
46
52
  "react-error-boundary": "4.0.13",
47
- "react-hook-form": "7.71.1",
48
- "react-router-dom": "6.23.1",
49
- "zustand": "4.5.0"
50
- },
51
- "peerDependencies": {
52
- "@edifice.io/bootstrap": "*",
53
- "@edifice.io/client": "*",
54
- "@edifice.io/react": "*",
55
- "@tanstack/react-query": "5.62.7",
56
- "react": "18.3.1",
57
- "react-dom": "18.3.1",
58
- "react-i18next": "14.1.3"
53
+ "react-hook-form": "^7.53.0",
54
+ "react-i18next": "14.1.0",
55
+ "react-router-dom": "^6.23.1",
56
+ "zustand": "^4.5.0"
59
57
  },
60
58
  "devDependencies": {
61
- "@axe-core/react": "4.10.0",
59
+ "@axe-core/react": "^4.10.0",
62
60
  "@babel/plugin-transform-react-pure-annotations": "7.23.3",
63
- "@edifice.io/bootstrap": "develop-enabling",
64
- "@edifice.io/client": "develop-enabling",
65
- "@edifice.io/react": "develop-enabling",
66
- "@eslint/js": "9.11.1",
67
- "@tanstack/react-query": "5.62.7",
68
- "@tanstack/react-query-devtools": "5.62.7",
69
- "@testing-library/jest-dom": "6.5.0",
70
- "@testing-library/react": "16.0.1",
71
- "@testing-library/user-event": "14.5.2",
72
- "@types/node": "18.16.9",
73
- "@types/react": "18.3.10",
74
- "@types/react-dom": "18.3.0",
75
- "@vitejs/plugin-react": "4.3.2",
76
- "@vitest/coverage-v8": "2.1.2",
77
- "@vitest/ui": "2.1.2",
78
- "eslint": "9.11.1",
79
- "eslint-plugin-react-hooks": "5.1.0-rc.0",
80
- "eslint-plugin-react-refresh": "0.4.12",
81
- "globals": "15.9.0",
82
- "husky": "9.1.6",
83
- "jsdom": "25.0.1",
61
+ "@eslint/js": "^9.11.1",
62
+ "@tanstack/react-query-devtools": "^5.59.13",
63
+ "@testing-library/jest-dom": "^6.5.0",
64
+ "@testing-library/react": "^16.0.1",
65
+ "@testing-library/user-event": "^14.5.2",
66
+ "@types/node": "^18.16.9",
67
+ "@types/react": "^18.3.10",
68
+ "@types/react-dom": "^18.3.0",
69
+ "@vitejs/plugin-react": "^4.3.2",
70
+ "@vitest/coverage-v8": "^2.1.2",
71
+ "@vitest/ui": "^2.1.2",
72
+ "eslint": "^9.11.1",
73
+ "eslint-plugin-react-hooks": "^5.1.0-rc.0",
74
+ "eslint-plugin-react-refresh": "^0.4.12",
75
+ "globals": "^15.9.0",
76
+ "husky": "^9.1.6",
77
+ "jsdom": "^25.0.1",
84
78
  "lint-staged": "15.2.9",
85
- "msw": "2.4.10",
79
+ "msw": "^2.4.10",
86
80
  "nx": "19.6.0",
87
- "prettier": "3.3.3",
88
- "react": "18.3.1",
89
- "react-dom": "18.3.1",
90
- "react-i18next": "14.1.3",
91
- "typescript": "5.4.5",
92
- "typescript-eslint": "8.7.0",
81
+ "prettier": "^3.3.3",
82
+ "typescript": "^5.4.5",
83
+ "typescript-eslint": "^8.7.0",
93
84
  "vite": "5.4.1",
94
- "vite-plugin-dts": "4.2.4",
95
- "vite-tsconfig-paths": "5.0.1",
96
- "vitest": "2.1.2"
85
+ "vite-plugin-dts": "^4.2.4",
86
+ "vite-tsconfig-paths": "^5.0.1",
87
+ "vitest": "^2.1.2"
97
88
  },
98
89
  "engines": {
99
90
  "node": "18 || 20"
Binary file