fix: update @repo/sdk to version 1.0.14 and adjust build scripts for production

feat: modify TemplateCard and TemplateGrid to handle optional id and filter templates
refactor: clean up use-template-filter to use CategoryTemplate type
This commit is contained in:
imeepos
2026-01-26 16:40:32 +08:00
parent 01865d94c2
commit a529dc03e1
7 changed files with 25 additions and 30 deletions

View File

@@ -11,6 +11,6 @@ export { useDebounce } from './use-debounce'
export { useWorksSearch } from './use-works-search'
export { useChangePassword } from './use-change-password'
export { useUpdateProfile } from './use-update-profile'
export { useTemplateFilter, type Template, type UseTemplateFilterOptions, type UseTemplateFilterReturn } from './use-template-filter'
export { useTemplateFilter, type UseTemplateFilterOptions, type UseTemplateFilterReturn } from './use-template-filter'
export { useStickyTabs, type UseStickyTabsReturn } from './use-sticky-tabs'
export { useTabNavigation, type Category, type UseTabNavigationOptions, type UseTabNavigationReturn } from './use-tab-navigation'