@proveanything/smartlinks-utils-ui 0.12.9 → 0.12.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.
@@ -386,16 +386,16 @@
386
386
  display: flex;
387
387
  flex-wrap: wrap;
388
388
  gap: 0.2rem;
389
- margin-top: 0.2rem;
389
+ margin-top: 0;
390
390
  }
391
391
  .ra-shell .ra-rule-chip {
392
392
  display: inline-flex;
393
393
  align-items: center;
394
394
  max-width: 100%;
395
- padding: 0.05rem 0.4rem;
395
+ padding: 0.1rem 0.5rem;
396
396
  border-radius: 999px;
397
- font-size: 0.625rem;
398
- font-weight: 500;
397
+ font-size: 0.75rem;
398
+ font-weight: 600;
399
399
  line-height: 1.4;
400
400
  background: hsl(var(--ra-accent) / 0.10);
401
401
  color: hsl(var(--ra-accent));
@@ -404,6 +404,39 @@
404
404
  overflow: hidden;
405
405
  text-overflow: ellipsis;
406
406
  }
407
+ .ra-shell .ra-row.ra-row-rule {
408
+ padding-top: 0.35rem;
409
+ padding-bottom: 0.35rem;
410
+ }
411
+ .ra-shell .ra-row-history-pill {
412
+ display: inline-flex;
413
+ align-items: center;
414
+ gap: 0.3rem;
415
+ margin-left: 0.35rem;
416
+ padding: 0.1rem 0.45rem;
417
+ border-radius: 999px;
418
+ font-size: 0.65rem;
419
+ font-weight: 600;
420
+ line-height: 1.4;
421
+ color: hsl(var(--ra-muted-text));
422
+ background: hsl(var(--ra-muted));
423
+ border: 1px solid hsl(var(--ra-border));
424
+ cursor: pointer;
425
+ transition: background .12s ease, color .12s ease;
426
+ }
427
+ .ra-shell .ra-row-history-pill:hover {
428
+ background: hsl(var(--ra-accent) / 0.10);
429
+ color: hsl(var(--ra-accent));
430
+ border-color: hsl(var(--ra-accent) / 0.30);
431
+ }
432
+ .ra-shell .ra-row-history-pill[data-expanded=true] {
433
+ background: hsl(var(--ra-accent) / 0.12);
434
+ color: hsl(var(--ra-accent));
435
+ border-color: hsl(var(--ra-accent) / 0.30);
436
+ }
437
+ .ra-shell .ra-row-history-pill-count {
438
+ font-variant-numeric: tabular-nums;
439
+ }
407
440
  .ra-shell .ra-rule-chip-more {
408
441
  background: hsl(var(--ra-muted));
409
442
  color: hsl(var(--ra-muted-text));
@@ -591,12 +624,12 @@
591
624
  gap: 0.5rem;
592
625
  width: 100%;
593
626
  padding: 0.5rem 0.85rem;
594
- background: hsl(var(--ra-muted) / 0.6);
595
- font-size: 0.7rem;
596
- font-weight: 600;
627
+ background: hsl(var(--ra-muted));
628
+ font-size: 0.78rem;
629
+ font-weight: 700;
597
630
  text-transform: uppercase;
598
- letter-spacing: 0.04em;
599
- color: hsl(var(--ra-muted-text));
631
+ letter-spacing: 0.05em;
632
+ color: hsl(var(--ra-text));
600
633
  border: 0;
601
634
  cursor: pointer;
602
635
  transition: background .12s ease;