Tags: line/abc-def
Tags
feat: Publish tailwindcss plugin package (#184) * write README.md and storybook for @abc-def/tailwindcss * feat: workflow test * fix: workflow file * fix: workflow file * fix: workflow file * fix: workflow file * fix: workflow file * fix: workflow file * refactor: update package imports and configurations to use @line scope - Changed imports from @abc-def/react to @line/abc-def-react in storybook files. - Updated tailwind.config.ts to use @line/abc-def-tailwindcss. - Modified tsconfig.json files to extend from @line/abc-def-tsconfig. - Adjusted eslint configurations to import from @line/abc-def-eslint-config. - Renamed package.json entries to reflect the new @line scope for various tooling packages. * fix: update release workflow to append to .npmrc and ensure tag handling * fix: update release workflow to correctly reference NPM token in .npmrc * chore: add version field to eslint-plugin-header package.json * Implement feature X to enhance user experience and optimize performance * refactor: clean up import statements in storybook files for consistency * refactor: add blank lines for improved readability in storybook files
refactor(select): separate into Select and MultiSelect (#63) * refactor: simplify Select component and update styles for better usability * feat: add MultiSelect component and update Select documentation * feat: enhance MultiSelect component with size management and replace Badge with Tag * feat: disable className table entry in Select component documentation * feat: refactor MultiSelect and MultiSelectTrigger components for improved readability and functionality * feat: implement SelectContext for size management in Select component * feat: add MultiSelectCaption component and update stories to use it * fix: lint, type error