@limpiolux/ui-styles 1.1.6 → 1.1.7

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
@@ -26,6 +26,16 @@
26
26
 
27
27
  .date-filter-input {
28
28
  color-scheme: dark;
29
+ color: #a1a1aa;
30
+ text-align: left;
31
+ }
32
+
33
+ .date-filter-input::-webkit-date-and-time-value {
34
+ text-align: left;
35
+ }
36
+
37
+ .date-filter-input::-webkit-datetime-edit {
38
+ color: #a1a1aa;
29
39
  }
30
40
 
31
41
  /* ── Buttons ── */
package/light.css CHANGED
@@ -103,6 +103,14 @@
103
103
  color: #71717a;
104
104
  }
105
105
 
106
+ .light .date-filter-input {
107
+ color: #52525b;
108
+ }
109
+
110
+ .light .date-filter-input::-webkit-datetime-edit {
111
+ color: #52525b;
112
+ }
113
+
106
114
  .light .btn-secondary {
107
115
  background: rgba(255, 255, 255, 0.82);
108
116
  border-color: rgba(212, 212, 216, 0.92);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limpiolux/ui-styles",
3
- "version": "1.1.6",
3
+ "version": "1.1.7",
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": {