chore(catalog): remove internal source markers

This commit is contained in:
Miguel Ángel
2026-08-13 21:10:12 -04:00
committed by GitHub
parent f7d2260f9d
commit 532caf7aa2
144 changed files with 1347 additions and 1425 deletions
+6 -6
View File
@@ -52,13 +52,13 @@
text-transform: uppercase;
color: #71717a;
}
.hf-remocn-slot-machine-roll {
.hf-catalog-slot-machine-roll {
color: #18181b;
font-family: Inter, system-ui, sans-serif;
font-weight: 900;
letter-spacing: -0.04em;
}
.hf-remocn-slot-machine-roll {
.hf-catalog-slot-machine-roll {
display: inline-flex;
gap: 6px;
height: 74px;
@@ -69,12 +69,12 @@
Menlo,
monospace;
}
.hf-remocn-slot-machine-roll span {
.hf-catalog-slot-machine-roll span {
display: block;
height: 74px;
overflow: hidden;
}
.hf-remocn-slot-machine-roll i {
.hf-catalog-slot-machine-roll i {
display: block;
font-style: normal;
transform: translateY(var(--hf-slot-y, 0px));
@@ -93,7 +93,7 @@
<div class="demo-frame">
<div class="slot-card">
<div class="slot-label">Slot Machine Roll</div>
<div class="hf-remocn-slot-machine-roll">
<div class="hf-catalog-slot-machine-roll">
<span
><i>0<br />A</i></span
><span
@@ -108,7 +108,7 @@
const tl = gsap.timeline({ paused: true });
const startTime = 0.5;
tl.fromTo(
".hf-remocn-slot-machine-roll i",
".hf-catalog-slot-machine-roll i",
{ "--hf-slot-y": "0px" },
{ "--hf-slot-y": "-74px", duration: 0.52, stagger: 0.06, ease: "power3.inOut" },
startTime,