@nubitio/ui 0.5.6 → 0.5.7

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 -9
  2. package/package.json +1 -1
package/dist/style.css CHANGED
@@ -2750,19 +2750,14 @@ html[data-density=compact] .nb-drawer__footer {
2750
2750
  .nb-timeline--log .nb-timeline__item {
2751
2751
  gap: var(--space-2);
2752
2752
  grid-template-columns: 16px 1fr;
2753
- padding: var(--space-3) 0;
2754
- }
2755
- .nb-timeline--log .nb-timeline__item:not(:last-child) {
2756
- border-bottom: 1px solid var(--border-color);
2757
- padding-bottom: var(--space-3);
2758
- }
2759
- .nb-timeline--log .nb-timeline__item:not(:last-child)::before {
2760
- left: 7px;
2761
- top: 18px;
2753
+ padding: 0 0 var(--space-4);
2762
2754
  }
2763
2755
  .nb-timeline--log .nb-timeline__item:last-child {
2764
2756
  padding-bottom: 0;
2765
2757
  }
2758
+ .nb-timeline--log .nb-timeline__item::before {
2759
+ display: none;
2760
+ }
2766
2761
 
2767
2762
  .nb-timeline__marker-col {
2768
2763
  align-items: flex-start;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nubitio/ui",
3
- "version": "0.5.6",
3
+ "version": "0.5.7",
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",