@nubitio/ui 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 +1 -1
package/dist/style.css CHANGED
@@ -2870,6 +2870,7 @@ html[data-density=compact] .nb-drawer__footer {
2870
2870
  flex-wrap: wrap;
2871
2871
  align-items: center;
2872
2872
  gap: var(--space-2);
2873
+ justify-content: flex-start;
2873
2874
  min-height: 18px;
2874
2875
  }
2875
2876
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nubitio/ui",
3
- "version": "0.5.9",
3
+ "version": "0.5.11",
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",