marqy 1.0.1 → 1.0.3
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/README.md
CHANGED
|
@@ -20,7 +20,7 @@ export default function Tile({ value }: { value?: string }) {
|
|
|
20
20
|
onTouchStart={randomize}
|
|
21
21
|
data-variant={variant}
|
|
22
22
|
className={cn(
|
|
23
|
-
'block text-jumbo uppercase text-center py-[0.15em] border-b border-white text-[clamp(2rem,18vw,40rem)] cursor-
|
|
23
|
+
'block text-jumbo uppercase text-center py-[0.15em] border-b border-white text-[clamp(2rem,18vw,40rem)] cursor-cell select-none',
|
|
24
24
|
"hover:data-[variant='0']:bg-neon/40 hover:data-[variant='0']:text-neon",
|
|
25
25
|
"hover:data-[variant='1']:bg-purple/40 hover:data-[variant='1']:text-purple",
|
|
26
26
|
'transition-colors ease-out duration-1500 hover:duration-0',
|
|
@@ -14,7 +14,7 @@ import Playground from '../components/Playground.astro'
|
|
|
14
14
|
<header class="sticky top-0 inset-x-0 w-full z-10 flex items-center justify-between backdrop-blur-sm border-b p-20 bg-black/60">
|
|
15
15
|
<h1 class="flex items-baseline">
|
|
16
16
|
<span class="text-h1 uppercase">marqy</span>
|
|
17
|
-
<span class="text-p0 text-white/50">v_1.0.
|
|
17
|
+
<span class="text-p0 text-white/50">v_1.0.3</span>
|
|
18
18
|
</h1>
|
|
19
19
|
<nav>
|
|
20
20
|
<ul class="flex items-center gap-10">
|