@nubitio/react-admin 0.7.3 → 0.7.4

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 +3 -0
  2. package/package.json +7 -7
package/dist/style.css CHANGED
@@ -8220,6 +8220,9 @@ html[data-density=comfortable] {
8220
8220
  padding: var(--space-2) var(--space-3);
8221
8221
  font-size: var(--font-size-xs);
8222
8222
  }
8223
+ .nb-feature-hub--compact .nb-feature-hub__content {
8224
+ padding-top: var(--space-3);
8225
+ }
8223
8226
  .nb-admin-shell {
8224
8227
  display: flex;
8225
8228
  flex-direction: column;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nubitio/react-admin",
3
- "version": "0.7.3",
3
+ "version": "0.7.4",
4
4
  "type": "module",
5
5
  "description": "Batteries-included admin stack: core runtime, CRUD, Hydra adapter, and AdminShell.",
6
6
  "license": "MIT",
@@ -50,12 +50,12 @@
50
50
  "access": "public"
51
51
  },
52
52
  "dependencies": {
53
- "@nubitio/hydra": "^0.7.3",
54
- "@nubitio/core": "^0.7.3",
55
- "@nubitio/admin": "^0.7.3",
56
- "@nubitio/crud": "^0.7.3",
57
- "@nubitio/ui": "^0.7.3",
58
- "@nubitio/dashboard": "^0.7.3"
53
+ "@nubitio/admin": "^0.7.4",
54
+ "@nubitio/core": "^0.7.4",
55
+ "@nubitio/crud": "^0.7.4",
56
+ "@nubitio/hydra": "^0.7.4",
57
+ "@nubitio/dashboard": "^0.7.4",
58
+ "@nubitio/ui": "^0.7.4"
59
59
  },
60
60
  "peerDependencies": {
61
61
  "@tanstack/react-query": "^5.0.0",