@akropolys/kiku 1.7.1 → 1.7.3

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
@@ -533,18 +533,6 @@
533
533
  line-height: 1;
534
534
  display: flex;
535
535
  align-items: center;
536
- animation: hsk-sparkle-spin 6s linear infinite;
537
- }
538
- @keyframes hsk-sparkle-spin {
539
- 0%, 100% {
540
- transform: rotate(0deg) scale(1);
541
- }
542
- 25% {
543
- transform: rotate(15deg) scale(1.1);
544
- }
545
- 75% {
546
- transform: rotate(-10deg) scale(.95);
547
- }
548
536
  }
549
537
  .hsk-cb-topbar-title {
550
538
  font-size: 16px;
@@ -839,6 +827,33 @@
839
827
  .hsk-cb-src-info {
840
828
  padding: 8px 2px 0;
841
829
  }
830
+ .hsk-cb-sources-wrap--compact {
831
+ margin-top: 10px;
832
+ }
833
+ .hsk-cb-sources-wrap--compact .hsk-cb-sources {
834
+ gap: 10px;
835
+ }
836
+ .hsk-cb-sources-wrap--compact .hsk-cb-source {
837
+ flex: 0 0 96px;
838
+ }
839
+ .hsk-cb-sources-wrap--compact .hsk-cb-src-imgwrap,
840
+ .hsk-cb-sources-wrap--compact .hsk-cb-src-imgwrap-empty {
841
+ width: 96px;
842
+ height: 96px;
843
+ }
844
+ .hsk-cb-sources-wrap--compact .hsk-cb-src-imgwrap-empty {
845
+ font-size: 20px;
846
+ }
847
+ .hsk-cb-sources-wrap--compact .hsk-cb-src-name {
848
+ font-size: 11.5px;
849
+ -webkit-line-clamp: 1;
850
+ }
851
+ .hsk-cb-sources-wrap--compact .hsk-cb-src-price {
852
+ font-size: 11px;
853
+ }
854
+ .hsk-cb-sources-wrap--compact .hsk-cb-source-ref-badge {
855
+ display: none;
856
+ }
842
857
  .hsk-cb-src-name {
843
858
  font-size: 13px;
844
859
  font-weight: 600;
@@ -909,21 +924,41 @@
909
924
  position: absolute;
910
925
  inset: 0;
911
926
  fill: currentColor;
912
- animation: hsk-glyph-breathe 2.8s ease-in-out infinite;
927
+ opacity: 0.16;
913
928
  }
914
- @keyframes hsk-glyph-breathe {
915
- 0%, 100% {
916
- opacity: 0.88;
917
- transform: scale(0.98);
929
+ .hsk-cb-thinking-icon .hsk-brand-mark--sheen {
930
+ opacity: 1;
931
+ -webkit-mask-image:
932
+ linear-gradient(
933
+ 115deg,
934
+ transparent 38%,
935
+ #000 50%,
936
+ transparent 62%);
937
+ mask-image:
938
+ linear-gradient(
939
+ 115deg,
940
+ transparent 38%,
941
+ #000 50%,
942
+ transparent 62%);
943
+ -webkit-mask-size: 300% 100%;
944
+ mask-size: 300% 100%;
945
+ -webkit-mask-repeat: no-repeat;
946
+ mask-repeat: no-repeat;
947
+ animation: hsk-glyph-sheen 2.8s linear infinite;
948
+ }
949
+ @keyframes hsk-glyph-sheen {
950
+ 0% {
951
+ -webkit-mask-position: 130% 0;
952
+ mask-position: 130% 0;
918
953
  }
919
- 50% {
920
- opacity: 1;
921
- transform: scale(1.01);
954
+ 100% {
955
+ -webkit-mask-position: -30% 0;
956
+ mask-position: -30% 0;
922
957
  }
923
958
  }
924
959
  .hsk-handle-orbit {
925
960
  position: absolute;
926
- left: 56.8%;
961
+ left: 55.4%;
927
962
  top: 69.84%;
928
963
  width: 0;
929
964
  height: 0;
@@ -963,7 +998,7 @@
963
998
  }
964
999
  .hsk-handle-rest {
965
1000
  position: absolute;
966
- left: 56.8%;
1001
+ left: 55.4%;
967
1002
  top: 69.84%;
968
1003
  width: 4px;
969
1004
  height: 4px;
@@ -3459,6 +3494,13 @@
3459
3494
  border-radius: 8px;
3460
3495
  display: block;
3461
3496
  }
3497
+ .hsk-cb-viz-disclaimer {
3498
+ max-width: 420px;
3499
+ margin-top: 4px;
3500
+ font-size: 10.5px;
3501
+ line-height: 1.4;
3502
+ color: var(--hsk-chat-muted, #9aa0a6);
3503
+ }
3462
3504
  .hsk-cb-viz--loading {
3463
3505
  display: flex;
3464
3506
  align-items: center;