Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[front] - chore: upgrade sparkle (#9150)
* [front] - refactor: update @dust-tt/sparkle and remove container queries dependency - Update the @dust-tt/sparkle package to version 0.2.334-rc-1 - Remove the deprecated @tailwindcss/container-queries package following the update [front/components/spaces] - fix: adjust paddingRight in SpaceSideBarMenu - Add a paddingRight of 1 to the div in SpaceSideBarMenu for better spacing in UI elements * [front/components/assistant] - fix: adjust scroll area in AssistantPicker component - Hide the default scroll bar in the assistant picker dropdown - Include a custom ScrollBar component for better UI consistency [front] - refactor: update @dust-tt/sparkle package to new release candidate - Bump the version of the @dust-tt/sparkle package to incorporate latest changes and fixes * [front] - feature: update @dust-tt/sparkle dependency to 0.2.336 - Upgrade the @dust-tt/sparkle package from version 0.2.334-rc-2 to version 0.2.336 - Update package-lock.json to reflect the new version's resolved URL and integrity SHA * fix: lint/format * [front] - refactor: improve styling and scrolling in AssistantPicker - Changed ScrollArea to a flex column with a maximum height and automatic overflow-y to enhance user experience - ScrollBar is now hidden to provide a cleaner look in the AssistantPicker component * fix: lint/format
- Loading branch information