@limpiolux/ui-styles 1.0.22 → 1.0.24

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/components.css CHANGED
@@ -621,11 +621,6 @@
621
621
  opacity 160ms ease;
622
622
  }
623
623
 
624
- @media (min-width: 768px) {
625
- .soft-tab {
626
- flex: 0 0 auto;
627
- }
628
- }
629
624
 
630
625
  .soft-tab:hover {
631
626
  color: #e4e4e7;
@@ -636,7 +631,7 @@
636
631
  }
637
632
 
638
633
  .soft-tab-track {
639
- @apply relative flex w-full items-center gap-1 overflow-x-auto rounded-2xl p-1 md:inline-flex md:w-auto;
634
+ @apply relative flex w-full items-center gap-1 overflow-x-auto rounded-2xl p-1;
640
635
  border: 1px solid rgba(63, 63, 70, 0.78);
641
636
  background:
642
637
  linear-gradient(180deg, rgba(39, 39, 42, 0.28), rgba(24, 24, 27, 0.32)),
@@ -811,7 +806,7 @@
811
806
  }
812
807
 
813
808
  .portal-toolbar {
814
- @apply flex w-full items-center gap-2 overflow-x-auto pb-1 md:w-auto md:justify-end md:overflow-visible md:pb-0;
809
+ @apply flex shrink-0 items-center gap-2 overflow-x-auto pb-1 md:overflow-visible md:pb-0;
815
810
  scrollbar-width: none;
816
811
  }
817
812
 
@@ -1940,9 +1935,9 @@
1940
1935
  /* ── Portal footer ── */
1941
1936
 
1942
1937
  .portal-footer {
1943
- @apply mt-10 py-4 text-center text-xs tracking-wide;
1938
+ @apply py-4 text-center text-xs tracking-wide;
1944
1939
  color: #52525b;
1945
- border-top: 1px solid rgba(255, 255, 255, 0.06);
1940
+ background: linear-gradient(to bottom, transparent, rgba(9, 9, 11, 1));
1946
1941
  }
1947
1942
 
1948
1943
  /* ── User avatar ── */
package/light.css CHANGED
@@ -1005,7 +1005,7 @@
1005
1005
 
1006
1006
  .light .portal-footer {
1007
1007
  color: #71717a;
1008
- border-top-color: rgba(0, 0, 0, 0.08);
1008
+ background: linear-gradient(to bottom, transparent, rgba(244, 244, 245, 1));
1009
1009
  }
1010
1010
 
1011
1011
  /* ── User avatar ── */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limpiolux/ui-styles",
3
- "version": "1.0.22",
3
+ "version": "1.0.24",
4
4
  "description": "Shared design system — Limpiolux liquid glass theme with auth, portal and dark/light mode support",
5
5
  "type": "module",
6
6
  "exports": {