@akropolys/kiku 1.7.1 → 1.7.2

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,16 +924,36 @@
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.3;
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 {