@limpiolux/ui-styles 1.1.2 → 1.1.4

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/components.css +29 -5
  2. package/package.json +1 -1
package/components.css CHANGED
@@ -709,9 +709,18 @@
709
709
  opacity: 0;
710
710
  transform: translateX(-2px);
711
711
  transition:
712
- max-width 220ms ease,
713
- opacity 180ms ease,
714
- transform 220ms ease;
712
+ max-width 300ms ease,
713
+ opacity 240ms ease,
714
+ transform 300ms ease;
715
+ }
716
+
717
+ @media (min-width: 768px) {
718
+ .soft-tab-text {
719
+ transition:
720
+ max-width 220ms ease,
721
+ opacity 180ms ease,
722
+ transform 220ms ease;
723
+ }
715
724
  }
716
725
 
717
726
  .soft-tab-active .soft-tab-text {
@@ -1958,9 +1967,24 @@
1958
1967
  /* ── Portal footer ── */
1959
1968
 
1960
1969
  .portal-footer {
1961
- @apply py-4 text-center text-xs tracking-wide;
1970
+ @apply pb-4 pt-12 text-center text-xs tracking-wide;
1962
1971
  color: #52525b;
1963
- background: linear-gradient(to bottom, transparent, rgba(9, 9, 11, 1));
1972
+ background: linear-gradient(to bottom, transparent, rgba(9, 9, 11, 0.98) 55%);
1973
+ position: fixed;
1974
+ bottom: 0;
1975
+ left: 0;
1976
+ right: 0;
1977
+ z-index: 10;
1978
+ pointer-events: none;
1979
+ }
1980
+
1981
+ @media (min-width: 1024px) {
1982
+ .portal-footer {
1983
+ @apply py-4;
1984
+ position: static;
1985
+ pointer-events: auto;
1986
+ background: none;
1987
+ }
1964
1988
  }
1965
1989
 
1966
1990
  /* ── User avatar ── */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limpiolux/ui-styles",
3
- "version": "1.1.2",
3
+ "version": "1.1.4",
4
4
  "description": "Shared design system \u2014 Limpiolux liquid glass theme with auth, portal and dark/light mode support",
5
5
  "type": "module",
6
6
  "exports": {