V0.3.7 - Color Picker & Use Auto Scroll #62
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces a new Color Picker component and a new hook for auto-scrolling, along with updates to the changelogs and category previews.
New Features:
Color Picker Component:
ArcColorPicker
component with customizable color selection and grain intensity. (packages/ui/cuicui/application-ui/color-picker/arc-color-picker/arc-color-picker.tsx
)arcColorPickerComponent
with a default variant preview. (packages/ui/cuicui/application-ui/color-picker/arc-color-picker/component.ts
)ArcColorPicker
component. (packages/ui/cuicui/application-ui/color-picker/arc-color-picker/preview.arc-color-picker.tsx
)colorPickerCategory
to categorize the new color picker component. (packages/ui/cuicui/application-ui/color-picker/category.ts
)applicationUiSection
to include the newcolorPickerCategory
. (packages/ui/cuicui/application-ui/application-ui.section.ts
) [1] [2]Auto Scroll Hook:
useAutoScroll
hook for automatic scrolling in chat applications. (packages/ui/cuicui/hooks/use-auto-scroll/category.ts
)useAutoScroll
hook. (packages/ui/cuicui/hooks/use-auto-scroll/preview.tsx
)hooksSection
to include the newuseAutoScrollCategory
. (packages/ui/cuicui/hooks/hooks.section.ts
) [1] [2]Documentation and Configuration:
Changelogs:
apps/website/src/changelogs/2024-11-28.mdx
)lastChangelogDate
to reflect the latest changes. (apps/website/src/changelogs/last-changelog-date.ts
)Package Scripts:
pre-build
script to thepackage.json
. (package.json
)Category Previews:
UI Previews:
application_ui_color_picker_preview
to thecategoriesPreviewsList
. (packages/ui/categories-previews-list.ts
) [1] [2]hooks_use_auto_scroll_preview
to thecategoriesPreviewsList
. (packages/ui/categories-previews-list.ts
) [1] [2]Component Previews:
packages/ui/cuicui/application-ui/color-picker/preview.tsx
)packages/ui/cuicui/hooks/use-auto-scroll/preview.tsx
)