@nubitio/react-admin 0.5.3 → 0.5.5

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 +4 -1
  2. package/package.json +6 -6
package/dist/style.css CHANGED
@@ -2818,8 +2818,11 @@ html[data-density=compact] .nb-drawer__footer {
2818
2818
 
2819
2819
  .nb-timeline__marker--error {
2820
2820
  background: var(--danger-color);
2821
+ border: 2px solid var(--danger-color);
2822
+ box-shadow: 0 0 0 2px color-mix(in srgb, var(--danger-color) 20%, transparent);
2821
2823
  color: var(--surface-1);
2822
- font-size: 11px;
2824
+ font-size: 12px;
2825
+ font-weight: 700;
2823
2826
  height: 20px;
2824
2827
  width: 20px;
2825
2828
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nubitio/react-admin",
3
- "version": "0.5.3",
3
+ "version": "0.5.5",
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/core": "^0.5.3",
54
- "@nubitio/hydra": "^0.5.3",
55
- "@nubitio/crud": "^0.5.3",
56
- "@nubitio/ui": "^0.5.3",
57
- "@nubitio/admin": "^0.5.3"
53
+ "@nubitio/hydra": "^0.5.5",
54
+ "@nubitio/admin": "^0.5.5",
55
+ "@nubitio/core": "^0.5.5",
56
+ "@nubitio/crud": "^0.5.5",
57
+ "@nubitio/ui": "^0.5.5"
58
58
  },
59
59
  "peerDependencies": {
60
60
  "@tanstack/react-query": "^5.0.0",