@nubitio/react-admin 0.5.9 → 0.5.11

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 +1 -0
  2. package/package.json +6 -6
package/dist/style.css CHANGED
@@ -2871,6 +2871,7 @@ html[data-density=compact] .nb-drawer__footer {
2871
2871
  flex-wrap: wrap;
2872
2872
  align-items: center;
2873
2873
  gap: var(--space-2);
2874
+ justify-content: flex-start;
2874
2875
  min-height: 18px;
2875
2876
  }
2876
2877
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nubitio/react-admin",
3
- "version": "0.5.9",
3
+ "version": "0.5.11",
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/hydra": "^0.5.9",
54
- "@nubitio/core": "^0.5.9",
55
- "@nubitio/crud": "^0.5.9",
56
- "@nubitio/ui": "^0.5.9",
57
- "@nubitio/admin": "^0.5.9"
53
+ "@nubitio/hydra": "^0.5.11",
54
+ "@nubitio/admin": "^0.5.11",
55
+ "@nubitio/core": "^0.5.11",
56
+ "@nubitio/ui": "^0.5.11",
57
+ "@nubitio/crud": "^0.5.11"
58
58
  },
59
59
  "peerDependencies": {
60
60
  "@tanstack/react-query": "^5.0.0",