@nubitio/react-admin 0.5.7 → 0.5.8

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 (2) hide show
  1. package/dist/style.css +0 -1
  2. package/package.json +6 -6
package/dist/style.css CHANGED
@@ -2902,7 +2902,6 @@ html[data-density=compact] .nb-drawer__footer {
2902
2902
  flex: 1 1 auto;
2903
2903
  min-height: 0;
2904
2904
  overflow: hidden;
2905
- position: relative;
2906
2905
  }
2907
2906
 
2908
2907
  .view-wrapper.view-wrapper-datagrid-list {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nubitio/react-admin",
3
- "version": "0.5.7",
3
+ "version": "0.5.8",
4
4
  "type": "module",
5
5
  "description": "Batteries-included admin stack: core runtime, CRUD, Hydra adapter, and AdminShell.",
6
6
  "license": "MIT",
@@ -50,11 +50,11 @@
50
50
  "access": "public"
51
51
  },
52
52
  "dependencies": {
53
- "@nubitio/admin": "^0.5.7",
54
- "@nubitio/hydra": "^0.5.7",
55
- "@nubitio/core": "^0.5.7",
56
- "@nubitio/ui": "^0.5.7",
57
- "@nubitio/crud": "^0.5.7"
53
+ "@nubitio/admin": "^0.5.8",
54
+ "@nubitio/core": "^0.5.8",
55
+ "@nubitio/hydra": "^0.5.8",
56
+ "@nubitio/crud": "^0.5.8",
57
+ "@nubitio/ui": "^0.5.8"
58
58
  },
59
59
  "peerDependencies": {
60
60
  "@tanstack/react-query": "^5.0.0",