@limpiolux/ui-styles 1.1.12 → 1.1.14

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 -4
  2. package/package.json +1 -1
package/components.css CHANGED
@@ -34,8 +34,16 @@
34
34
  text-align: left;
35
35
  }
36
36
 
37
+ .date-filter-input::-webkit-datetime-edit-fields-wrapper {
38
+ display: flex;
39
+ justify-content: flex-start;
40
+ padding: 0;
41
+ }
42
+
37
43
  .date-filter-input::-webkit-datetime-edit {
38
44
  color: #a1a1aa;
45
+ padding: 0;
46
+ text-align: left;
39
47
  }
40
48
 
41
49
  .search-select-trigger {
@@ -83,7 +91,7 @@
83
91
 
84
92
  .search-select-clear-button {
85
93
  @apply inline-flex h-5 w-5 items-center justify-center rounded-full border border-white/10 bg-white/[0.05] text-zinc-500;
86
- transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
94
+ transition: background 120ms ease, border-color 120ms ease, color 120ms ease, opacity 120ms ease;
87
95
  }
88
96
 
89
97
  .search-select-clear-button-inline {
@@ -91,9 +99,9 @@
91
99
  }
92
100
 
93
101
  .search-select-clear-button:hover {
94
- color: #f4f4f5;
95
- background: rgba(255, 255, 255, 0.12);
96
- border-color: rgba(255, 255, 255, 0.18);
102
+ color: #d4d4d8;
103
+ background: rgba(255, 255, 255, 0.08);
104
+ border-color: rgba(255, 255, 255, 0.14);
97
105
  }
98
106
 
99
107
  .search-select-chevron-button {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limpiolux/ui-styles",
3
- "version": "1.1.12",
3
+ "version": "1.1.14",
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": {