@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 CHANGED
@@ -1288,26 +1288,6 @@ var overlayStyles = import_lit.css`
1288
1288
  animation: spin 1.2s infinite linear;
1289
1289
  }
1290
1290
 
1291
- .task-item[data-status='active'] .task-icon .mini-spinner {
1292
- animation:
1293
- spin 1.2s infinite linear,
1294
- queue-spinner-pulse 2s infinite ease-in-out;
1295
- }
1296
-
1297
- @keyframes queue-spinner-pulse {
1298
- 0%,
1299
- 100% {
1300
- box-shadow:
1301
- inset 0 0 0 1px var(--dialog-spinner-track),
1302
- 0 0 0 0 color-mix(in srgb, var(--dialog-accent, #3b82f6) 40%, transparent);
1303
- }
1304
- 50% {
1305
- box-shadow:
1306
- inset 0 0 0 1px var(--dialog-spinner-track),
1307
- 0 0 0 4px color-mix(in srgb, var(--dialog-accent, #3b82f6) 0%, transparent);
1308
- }
1309
- }
1310
-
1311
1291
  .task-icon .mini-spinner-half {
1312
1292
  position: absolute;
1313
1293
  left: 50%;