@limpiolux/ui-styles 1.1.10 → 1.1.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/components.css +12 -1
  2. package/package.json +1 -1
package/components.css CHANGED
@@ -75,7 +75,10 @@
75
75
  }
76
76
 
77
77
  .search-select-actions {
78
- @apply flex shrink-0 items-center gap-1.5;
78
+ @apply relative shrink-0;
79
+ width: 2.75rem;
80
+ min-width: 2.75rem;
81
+ height: 1.25rem;
79
82
  }
80
83
 
81
84
  .search-select-clear-button {
@@ -83,6 +86,10 @@
83
86
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
84
87
  }
85
88
 
89
+ .search-select-clear-button-inline {
90
+ @apply absolute left-0 top-1/2 -translate-y-1/2;
91
+ }
92
+
86
93
  .search-select-clear-button:hover {
87
94
  color: #f4f4f5;
88
95
  background: rgba(255, 255, 255, 0.12);
@@ -90,6 +97,10 @@
90
97
  transform: scale(1.04);
91
98
  }
92
99
 
100
+ .search-select-chevron-button {
101
+ @apply absolute right-0 top-1/2 inline-flex h-5 w-5 -translate-y-1/2 items-center justify-center text-zinc-500;
102
+ }
103
+
93
104
  .search-select-option {
94
105
  @apply flex w-full items-start justify-between gap-3 px-3 py-2.5 text-left transition-colors;
95
106
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limpiolux/ui-styles",
3
- "version": "1.1.10",
3
+ "version": "1.1.11",
4
4
  "description": "Shared design system \u2026 Limpiolux liquid glass theme with auth, portal and dark/light mode support",
5
5
  "type": "module",
6
6
  "exports": {