@akropolys/kiku 1.5.1 → 1.5.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
@@ -4573,5 +4573,50 @@
4573
4573
  overflow: hidden;
4574
4574
  text-overflow: ellipsis;
4575
4575
  }
4576
+ .hsk-cb-source--referenced {
4577
+ border-color: #fbbf24 !important;
4578
+ box-shadow: 0 0 10px rgba(251, 191, 36, 0.4);
4579
+ }
4580
+ .hsk-source-card--referenced {
4581
+ border-color: #fbbf24 !important;
4582
+ box-shadow: 0 0 10px rgba(251, 191, 36, 0.4);
4583
+ }
4584
+ .hsk-cb-source-ref-badge {
4585
+ position: absolute;
4586
+ top: 6px;
4587
+ right: 6px;
4588
+ background: #fbbf24;
4589
+ color: #fff;
4590
+ border-radius: 50%;
4591
+ width: 20px;
4592
+ height: 20px;
4593
+ display: flex;
4594
+ align-items: center;
4595
+ justify-content: center;
4596
+ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
4597
+ z-index: 10;
4598
+ animation: hsk-badge-pop 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) both;
4599
+ }
4600
+ @keyframes hsk-badge-pop {
4601
+ from {
4602
+ transform: scale(0);
4603
+ opacity: 0;
4604
+ }
4605
+ to {
4606
+ transform: scale(1);
4607
+ opacity: 1;
4608
+ }
4609
+ }
4610
+ .hsk-sources-group-title {
4611
+ font-size: 11px;
4612
+ font-weight: 700;
4613
+ letter-spacing: 0.05em;
4614
+ text-transform: uppercase;
4615
+ color: #888;
4616
+ margin: 14px 0 8px 0;
4617
+ display: flex;
4618
+ align-items: center;
4619
+ gap: 4px;
4620
+ }
4576
4621
  }
4577
4622
  /*# sourceMappingURL=styles.css.map */