@akropolys/kiku 1.7.2 → 1.7.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/styles.css CHANGED
@@ -621,6 +621,16 @@
621
621
  align-items: center;
622
622
  animation: hsk-sparkle-spin 4s linear infinite;
623
623
  }
624
+ .hsk-cb-empty-logo {
625
+ width: 52px;
626
+ height: 52px;
627
+ color: var(--hsk-primary, #ff6a33);
628
+ }
629
+ .hsk-cb-empty-logo .hsk-brand-mark {
630
+ width: 100%;
631
+ height: 100%;
632
+ fill: currentColor;
633
+ }
624
634
  .hsk-cb-empty-title {
625
635
  font-size: 26px;
626
636
  font-weight: 500;
@@ -633,6 +643,31 @@
633
643
  line-height: 1.7;
634
644
  max-width: 380px;
635
645
  }
646
+ .hsk-cb-onboard-title {
647
+ font-size: 34px;
648
+ font-weight: 600;
649
+ letter-spacing: -.03em;
650
+ }
651
+ .hsk-cb-onboard-ask {
652
+ font-size: 17px;
653
+ font-weight: 500;
654
+ color: var(--hsk-chat-text, #111);
655
+ margin-top: 4px;
656
+ }
657
+ .hsk-cb-onboard-skip {
658
+ margin-top: 2px;
659
+ padding: 4px 10px;
660
+ font-size: 12.5px;
661
+ color: var(--hsk-chat-muted, #888);
662
+ background: transparent;
663
+ border: none;
664
+ cursor: pointer;
665
+ text-decoration: underline;
666
+ text-underline-offset: 3px;
667
+ }
668
+ .hsk-cb-onboard-skip:hover {
669
+ color: var(--hsk-chat-text, #111);
670
+ }
636
671
  .hsk-cb-chips {
637
672
  display: flex;
638
673
  flex-wrap: wrap;
@@ -924,7 +959,33 @@
924
959
  position: absolute;
925
960
  inset: 0;
926
961
  fill: currentColor;
927
- opacity: 0.3;
962
+ opacity: 0.16;
963
+ }
964
+ .hsk-cb-thinking-icon .hsk-brand-mark:not(.hsk-brand-mark--sheen) {
965
+ transform-origin: 50% 100%;
966
+ animation: hsk-glyph-settle 2.8s infinite;
967
+ }
968
+ @keyframes hsk-glyph-settle {
969
+ 0%, 72% {
970
+ opacity: 0.16;
971
+ transform: scale(1);
972
+ }
973
+ 82% {
974
+ opacity: 1;
975
+ transform: scale(1.07);
976
+ animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
977
+ }
978
+ 90% {
979
+ transform: scale(0.97);
980
+ }
981
+ 95% {
982
+ opacity: 1;
983
+ transform: scale(1);
984
+ }
985
+ 100% {
986
+ opacity: 0.16;
987
+ transform: scale(1);
988
+ }
928
989
  }
929
990
  .hsk-cb-thinking-icon .hsk-brand-mark--sheen {
930
991
  opacity: 1;
@@ -958,7 +1019,7 @@
958
1019
  }
959
1020
  .hsk-handle-orbit {
960
1021
  position: absolute;
961
- left: 56.8%;
1022
+ left: 55.4%;
962
1023
  top: 69.84%;
963
1024
  width: 0;
964
1025
  height: 0;
@@ -998,7 +1059,7 @@
998
1059
  }
999
1060
  .hsk-handle-rest {
1000
1061
  position: absolute;
1001
- left: 56.8%;
1062
+ left: 55.4%;
1002
1063
  top: 69.84%;
1003
1064
  width: 4px;
1004
1065
  height: 4px;
@@ -1311,6 +1372,44 @@
1311
1372
  color: #ef4444;
1312
1373
  font-size: 13px;
1313
1374
  }
1375
+ .hsk-cb-stopped {
1376
+ display: flex;
1377
+ align-items: center;
1378
+ gap: 12px;
1379
+ margin: 8px 0;
1380
+ flex-wrap: wrap;
1381
+ }
1382
+ .hsk-cb-stopped-label {
1383
+ font-size: 12.5px;
1384
+ color: var(--hsk-chat-muted, #888);
1385
+ }
1386
+ .hsk-cb-continue {
1387
+ display: inline-flex;
1388
+ align-items: center;
1389
+ gap: 6px;
1390
+ padding: 7px 12px;
1391
+ font-size: 12.5px;
1392
+ font-weight: 600;
1393
+ color: var(--hsk-chat-text, #111);
1394
+ background: transparent;
1395
+ border: 1.5px solid var(--hsk-chat-divide, rgba(0,0,0,.14));
1396
+ border-radius: var(--hsk-border-radius, 0px);
1397
+ cursor: pointer;
1398
+ transition:
1399
+ border-color .15s,
1400
+ color .15s,
1401
+ background .15s;
1402
+ }
1403
+ .hsk-cb-continue:hover {
1404
+ border-color: var(--hsk-primary);
1405
+ color: var(--hsk-primary);
1406
+ }
1407
+ @media (prefers-color-scheme: dark) {
1408
+ .hsk-cb-continue {
1409
+ border-color: rgba(255, 255, 255, .14);
1410
+ color: #f0efed;
1411
+ }
1412
+ }
1314
1413
  @media (prefers-color-scheme: dark) {
1315
1414
  .hsk-cb-overlay {
1316
1415
  --hsk-chat-bg: #0a0a0a;
@@ -3494,6 +3593,13 @@
3494
3593
  border-radius: 8px;
3495
3594
  display: block;
3496
3595
  }
3596
+ .hsk-cb-viz-disclaimer {
3597
+ max-width: 420px;
3598
+ margin-top: 4px;
3599
+ font-size: 10.5px;
3600
+ line-height: 1.4;
3601
+ color: var(--hsk-chat-muted, #9aa0a6);
3602
+ }
3497
3603
  .hsk-cb-viz--loading {
3498
3604
  display: flex;
3499
3605
  align-items: center;