[READ-ONLY] Mirror of https://github.com/flo-bit/ui-kit. 🦊 fox ui, svelte 5 and tailwind 4 flo-bit.dev/ui-kit/
svelte tailwindcss ui-components
0

Configure Feed

Select the types of activity you want to include in your feed.

add changeset

Florian (Mar 1, 2026, 7:42 PM +0100) df199333 791bd2dc

+13
+12
.changeset/chilly-fans-bow.md
··· 1 + --- 2 + '@foxui/social': patch 3 + '@foxui/3d': patch 4 + '@foxui/all': patch 5 + '@foxui/colors': patch 6 + '@foxui/core': patch 7 + '@foxui/text': patch 8 + '@foxui/time': patch 9 + '@foxui/visual': patch 10 + --- 11 + 12 + small fixes, improve atproto login
+1
packages/social/src/lib/components/atproto-handle-popup/index.ts
··· 1 1 export { default as AtprotoHandlePopup } from './AtprotoHandlePopup.svelte'; 2 + export type { Profile } from './helper';