[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.

Version Packages

github-actions[bot] (May 4, 2025, 7:45 AM UTC) f557c796 2cea8f90

+23 -10
-7
.changeset/small-dingos-grow.md
··· 1 - --- 2 - '@fuxui/colors': patch 3 - '@fuxui/social': patch 4 - '@fuxui/visual': patch 5 - --- 6 - 7 - add confetti, fix color gradient picker, add form action to bluesky login
+6
packages/colors/CHANGELOG.md
··· 1 1 # @fuxui/colors 2 2 3 + ## 0.1.7 4 + 5 + ### Patch Changes 6 + 7 + - 2cea8f9: add confetti, fix color gradient picker, add form action to bluesky login 8 + 3 9 ## 0.1.6 4 10 5 11 ### Patch Changes
+1 -1
packages/colors/package.json
··· 1 1 { 2 2 "name": "@fuxui/colors", 3 3 "private": false, 4 - "version": "0.1.6", 4 + "version": "0.1.7", 5 5 "type": "module", 6 6 "scripts": { 7 7 "dev": "vite dev",
+6
packages/social/CHANGELOG.md
··· 1 1 # @fuxui/social 2 2 3 + ## 0.0.8 4 + 5 + ### Patch Changes 6 + 7 + - 2cea8f9: add confetti, fix color gradient picker, add form action to bluesky login 8 + 3 9 ## 0.0.7 4 10 5 11 ### Patch Changes
+1 -1
packages/social/package.json
··· 1 1 { 2 2 "name": "@fuxui/social", 3 3 "private": false, 4 - "version": "0.0.7", 4 + "version": "0.0.8", 5 5 "type": "module", 6 6 "scripts": { 7 7 "dev": "vite dev",
+8
packages/visual/CHANGELOG.md
··· 1 1 # @fuxui/visual 2 2 3 + ## 0.0.9 4 + 5 + ### Patch Changes 6 + 7 + - 2cea8f9: add confetti, fix color gradient picker, add form action to bluesky login 8 + - Updated dependencies [2cea8f9] 9 + - @fuxui/colors@0.1.7 10 + 3 11 ## 0.0.8 4 12 5 13 ### Patch Changes
+1 -1
packages/visual/package.json
··· 1 1 { 2 2 "name": "@fuxui/visual", 3 3 "private": false, 4 - "version": "0.0.8", 4 + "version": "0.0.9", 5 5 "type": "module", 6 6 "scripts": { 7 7 "dev": "vite dev",