@akropolys/kiku 1.7.10 → 1.7.11

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/styles.css CHANGED
@@ -1471,57 +1471,6 @@
1471
1471
  transform: rotate(360deg);
1472
1472
  }
1473
1473
  }
1474
- .hsk-cb-typing-bubble {
1475
- align-self: flex-start;
1476
- display: inline-flex;
1477
- align-items: center;
1478
- padding: 12px 15px;
1479
- margin: 4px 0;
1480
- background: var(--hsk-chat-divide, rgba(0,0,0,.07));
1481
- border-radius: 18px;
1482
- border-bottom-left-radius: 5px;
1483
- color: var(--hsk-chat-muted, #8e8e93);
1484
- animation: hsk-send-in .3s cubic-bezier(.2, .9, .3, 1.15) both;
1485
- transform-origin: bottom left;
1486
- }
1487
- .hsk-cb-typing-bubble .hsk-cb-typing span {
1488
- width: 8px;
1489
- height: 8px;
1490
- }
1491
- .hsk-cb-typing {
1492
- display: inline-flex;
1493
- align-items: center;
1494
- gap: 3px;
1495
- }
1496
- .hsk-cb-typing span {
1497
- width: 6px;
1498
- height: 6px;
1499
- border-radius: 50%;
1500
- background: currentColor;
1501
- animation: hsk-typing-dot 1.4s ease-in-out infinite;
1502
- }
1503
- .hsk-cb-typing span:nth-child(2) {
1504
- animation-delay: .2s;
1505
- }
1506
- .hsk-cb-typing span:nth-child(3) {
1507
- animation-delay: .4s;
1508
- }
1509
- @keyframes hsk-typing-dot {
1510
- 0%, 60%, 100% {
1511
- opacity: .35;
1512
- transform: scale(.85);
1513
- }
1514
- 30% {
1515
- opacity: 1;
1516
- transform: scale(1.15);
1517
- }
1518
- }
1519
- @media (prefers-reduced-motion: reduce) {
1520
- .hsk-cb-typing span {
1521
- animation: none;
1522
- opacity: .6;
1523
- }
1524
- }
1525
1474
  .hsk-cb-think-chevron {
1526
1475
  font-size: 9px;
1527
1476
  transition: transform .12s;