seemore 1.3.2 → 1.3.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/package.json
CHANGED
|
@@ -65,7 +65,7 @@ export function BackToTop() {
|
|
|
65
65
|
className="seemore-back-to-top"
|
|
66
66
|
onClick={() => window.scrollTo({ top: 0, behavior: 'smooth' })}
|
|
67
67
|
>
|
|
68
|
-
<ArrowUp aria-hidden="true" />
|
|
68
|
+
<ArrowUp aria-hidden="true" className="size-3.5" />
|
|
69
69
|
<span>Back to top</span>
|
|
70
70
|
</button>
|
|
71
71
|
);
|
|
@@ -241,7 +241,7 @@
|
|
|
241
241
|
}
|
|
242
242
|
|
|
243
243
|
.seemore-back-to-top {
|
|
244
|
-
@apply fixed bottom-6 end-6 inline-flex items-center gap-
|
|
244
|
+
@apply fixed bottom-6 end-6 inline-flex items-center gap-1.5 rounded-full border border-fd-border/60 bg-fd-background/60 px-3 py-1.5 text-xs text-fd-muted-foreground shadow-sm backdrop-blur-sm transition-colors hover:border-fd-border hover:bg-fd-background hover:text-fd-foreground;
|
|
245
245
|
}
|
|
246
246
|
|
|
247
247
|
.seemore-selection-copy {
|