@almadar/ui 2.11.7 → 2.12.0

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/themes/sand.css CHANGED
@@ -99,9 +99,6 @@
99
99
  --focus-ring-offset: 2px;
100
100
  --focus-ring-color: #92400e;
101
101
 
102
- /* Apply background and foreground colors */
103
- background-color: var(--color-background);
104
- color: var(--color-foreground);
105
102
  }
106
103
 
107
104
  /* ==========================================================================
@@ -196,7 +193,4 @@
196
193
  --focus-ring-offset: 2px;
197
194
  --focus-ring-color: #d97706;
198
195
 
199
- /* Apply background and foreground colors */
200
- background-color: var(--color-background);
201
- color: var(--color-foreground);
202
196
  }
package/themes/slate.css CHANGED
@@ -99,9 +99,6 @@
99
99
  --focus-ring-offset: 2px;
100
100
  --focus-ring-color: #475569;
101
101
 
102
- /* Apply background and foreground colors */
103
- background-color: var(--color-background);
104
- color: var(--color-foreground);
105
102
  }
106
103
 
107
104
  /* ==========================================================================
@@ -195,7 +192,4 @@
195
192
  --focus-ring-offset: 2px;
196
193
  --focus-ring-color: #0ea5e9;
197
194
 
198
- /* Apply background and foreground colors */
199
- background-color: var(--color-background);
200
- color: var(--color-foreground);
201
195
  }
package/themes/sunset.css CHANGED
@@ -101,9 +101,6 @@
101
101
  --focus-ring-offset: 2px;
102
102
  --focus-ring-color: #e76f51;
103
103
 
104
- /* Apply background and foreground colors */
105
- background-color: var(--color-background);
106
- color: var(--color-foreground);
107
104
  }
108
105
 
109
106
  /* ==========================================================================
@@ -200,7 +197,4 @@
200
197
  --focus-ring-offset: 2px;
201
198
  --focus-ring-color: #f4845f;
202
199
 
203
- /* Apply background and foreground colors */
204
- background-color: var(--color-background);
205
- color: var(--color-foreground);
206
200
  }
@@ -162,9 +162,6 @@
162
162
  --focus-ring-offset: 2px;
163
163
  --focus-ring-color: #c9a84c;
164
164
 
165
- /* Apply background and foreground colors */
166
- background-color: var(--color-background);
167
- color: var(--color-foreground);
168
165
  }
169
166
 
170
167
  /* ==========================================================================
@@ -321,7 +318,4 @@
321
318
  --focus-ring-offset: 2px;
322
319
  --focus-ring-color: #9e7e1e;
323
320
 
324
- /* Apply background and foreground colors */
325
- background-color: var(--color-background);
326
- color: var(--color-foreground);
327
321
  }
@@ -95,9 +95,6 @@
95
95
  --focus-ring-offset: 2px;
96
96
  --focus-ring-color: #000000;
97
97
 
98
- /* Apply background and foreground colors */
99
- background-color: var(--color-background);
100
- color: var(--color-foreground);
101
98
  }
102
99
 
103
100
  /* ==========================================================================
@@ -190,7 +187,4 @@
190
187
  --focus-ring-offset: 2px;
191
188
  --focus-ring-color: #ffffff;
192
189
 
193
- /* Apply background and foreground colors */
194
- background-color: var(--color-background);
195
- color: var(--color-foreground);
196
190
  }