@howssatoshi/quantumcss 1.6.0 → 1.6.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@howssatoshi/quantumcss",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "description": "Advanced utility-first CSS framework with JIT generation and modern components",
5
5
  "main": "dist/quantum.min.css",
6
6
  "bin": {
@@ -874,6 +874,13 @@ body.light-mode .table tbody tr:hover {
874
874
  border-radius: 1rem;
875
875
  }
876
876
 
877
+ /* Top navigation actions container */
878
+ .top-nav-actions {
879
+ display: flex;
880
+ align-items: center;
881
+ gap: 0.75rem;
882
+ }
883
+
877
884
  /* Page header with actions */
878
885
  .page-header {
879
886
  display: flex;