feat: add new design primitives

This commit is contained in:
2026-08-27 19:41:32 +05:00
parent 418a091505
commit 0acfa3aeb9
8 changed files with 198 additions and 1 deletions
@@ -0,0 +1,12 @@
<span class="status-dot" aria-hidden="true"></span>
<style>
.status-dot {
display: inline-block;
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--success);
box-shadow: 0 0 0 2px color-mix(in srgb, var(--success) 25%, transparent);
}
</style>