@nubitio/ui 0.5.2 → 0.5.3

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 +6 -0
  2. package/package.json +1 -1
package/dist/style.css CHANGED
@@ -2740,6 +2740,12 @@ html[data-density=compact] .nb-drawer__footer {
2740
2740
  .nb-timeline__item--pending .nb-timeline__label {
2741
2741
  color: var(--text-tertiary);
2742
2742
  }
2743
+ .nb-timeline__item--error .nb-timeline__label {
2744
+ color: var(--danger-color);
2745
+ }
2746
+ .nb-timeline__item--error:not(:last-child)::before {
2747
+ background: var(--border-color);
2748
+ }
2743
2749
 
2744
2750
  .nb-timeline--log .nb-timeline__item {
2745
2751
  gap: var(--space-2);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nubitio/ui",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "type": "module",
5
5
  "description": "Visual primitives and theme system for the Nubit admin stack (dialogs, cards, toolbar, light/dark theme).",
6
6
  "license": "MIT",