@clasing/ui 0.1.121 → 0.1.123
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/index.d.ts +15 -14
- package/dist/index.es.js +846 -828
- package/dist/index.umd.js +4 -4
- package/dist/ui.css +0 -15
- package/package.json +1 -1
package/dist/ui.css
CHANGED
|
@@ -166,20 +166,11 @@
|
|
|
166
166
|
--animate-fade-out-scale-up: fadeOutScaleUp 0.15s ease-out;
|
|
167
167
|
--animate-fade-in-scale-down: fadeInScaleDown 0.15s ease-out;
|
|
168
168
|
--animate-fade-out-scale-down: fadeOutScaleDown 0.15s ease-out;
|
|
169
|
-
--animate-shimmer: shimmer-x 2s infinite;
|
|
170
169
|
|
|
171
170
|
--ease-circ-in: cubic-bezier(0.6, 0.04, 0.98, 0.335);
|
|
172
171
|
--ease-circ-out: cubic-bezier(0.075, 0.82, 0.165, 1);
|
|
173
172
|
--ease-circ-in-out: cubic-bezier(0.785, 0.135, 0.15, 0.86);
|
|
174
173
|
|
|
175
|
-
@keyframes shimmer-x {
|
|
176
|
-
0% {
|
|
177
|
-
transform: translateX(-100%);
|
|
178
|
-
}
|
|
179
|
-
100% {
|
|
180
|
-
transform: translateX(100%);
|
|
181
|
-
}
|
|
182
|
-
}
|
|
183
174
|
@keyframes fadeInScaleUp {
|
|
184
175
|
0% {
|
|
185
176
|
opacity: 0;
|
|
@@ -253,12 +244,6 @@ body {
|
|
|
253
244
|
color: var(--color-neutral-1000);
|
|
254
245
|
}
|
|
255
246
|
|
|
256
|
-
@media (prefers-reduced-motion: reduce) {
|
|
257
|
-
.before\:animate-shimmer::before {
|
|
258
|
-
animation: none;
|
|
259
|
-
}
|
|
260
|
-
}
|
|
261
|
-
|
|
262
247
|
input[type='color'] {
|
|
263
248
|
-webkit-appearance: none;
|
|
264
249
|
border: none;
|