@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/dist/{chunk-YLKXEXBP.js → chunk-DKQN5FVU.js} +24 -24
- package/dist/{chunk-3FENGM4Y.js → chunk-GTIAVPI5.js} +1 -1
- package/dist/{chunk-4NAQLJ2M.js → chunk-JDISOWHE.js} +2 -2
- package/dist/{chunk-5K3GTPBX.js → chunk-TVP75XPM.js} +3 -3
- package/dist/{chunk-RUL35VPK.js → chunk-WGJIL4YR.js} +502 -502
- package/dist/components/index.js +8 -8
- package/dist/context/index.js +2 -2
- package/dist/hooks/index.d.ts +61 -61
- package/dist/hooks/index.js +2 -2
- package/dist/providers/index.js +5 -5
- package/dist/runtime/index.js +174 -7
- package/package.json +2 -1
- package/themes/almadar.css +0 -6
- package/themes/arctic.css +0 -6
- package/themes/copper.css +0 -6
- package/themes/ember.css +0 -6
- package/themes/forest.css +0 -6
- package/themes/lavender.css +0 -6
- package/themes/midnight.css +0 -6
- package/themes/minimalist.css +0 -6
- package/themes/neon.css +0 -6
- package/themes/ocean.css +0 -6
- package/themes/rose.css +0 -6
- package/themes/sand.css +0 -6
- package/themes/slate.css +0 -6
- package/themes/sunset.css +0 -6
- package/themes/trait-wars.css +0 -6
- package/themes/wireframe.css +0 -6
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
|
}
|
package/themes/trait-wars.css
CHANGED
|
@@ -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
|
}
|
package/themes/wireframe.css
CHANGED
|
@@ -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
|
}
|