@konomi-app/ui 5.10.3 → 5.10.4
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.cjs +0 -20
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +0 -20
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1260,26 +1260,6 @@ var overlayStyles = css`
|
|
|
1260
1260
|
animation: spin 1.2s infinite linear;
|
|
1261
1261
|
}
|
|
1262
1262
|
|
|
1263
|
-
.task-item[data-status='active'] .task-icon .mini-spinner {
|
|
1264
|
-
animation:
|
|
1265
|
-
spin 1.2s infinite linear,
|
|
1266
|
-
queue-spinner-pulse 2s infinite ease-in-out;
|
|
1267
|
-
}
|
|
1268
|
-
|
|
1269
|
-
@keyframes queue-spinner-pulse {
|
|
1270
|
-
0%,
|
|
1271
|
-
100% {
|
|
1272
|
-
box-shadow:
|
|
1273
|
-
inset 0 0 0 1px var(--dialog-spinner-track),
|
|
1274
|
-
0 0 0 0 color-mix(in srgb, var(--dialog-accent, #3b82f6) 40%, transparent);
|
|
1275
|
-
}
|
|
1276
|
-
50% {
|
|
1277
|
-
box-shadow:
|
|
1278
|
-
inset 0 0 0 1px var(--dialog-spinner-track),
|
|
1279
|
-
0 0 0 4px color-mix(in srgb, var(--dialog-accent, #3b82f6) 0%, transparent);
|
|
1280
|
-
}
|
|
1281
|
-
}
|
|
1282
|
-
|
|
1283
1263
|
.task-icon .mini-spinner-half {
|
|
1284
1264
|
position: absolute;
|
|
1285
1265
|
left: 50%;
|