-
Notifications
You must be signed in to change notification settings - Fork 353
chore: move tipseen to a package #3218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
PR Reviewer Guide 🔍(Review updated until commit 03a46f2)Here are some key observations to aid the review process:
|
CI Feedback 🧐(Feedback updated until commit f7253fe)A test triggered by this PR failed. Here is an AI-generated analysis of the failure:
|
User description
https://monday.monday.com/boards/3532714909/views/80492480/pulses/10873331036
PR Type
Enhancement
Description
Extract Tipseen component into standalone package
Create new
@vibe/tipseenpackage with all component variantsUpdate core package to import from new tipseen package
Add comprehensive types, styles, and test coverage
Diagram Walkthrough
File Walkthrough
19 files
Define Tipseen type definitionsExport constants and deprecated enumsAdd CSS modules style helper utilityExport all Tipseen components and typesMain Tipseen component with full implementationBasic content wrapper componentContent component with submit/dismiss buttonsImage display component for TipseenMedia container component with color supportTitle component for TipseenWizard component with step navigationMain Tipseen component stylesBasic content component stylesContent component button stylesImage component stylesMedia container component stylesTitle component stylesWizard component stylesUpdate Tipseen import to use new package6 files
Define module declarations for assetsPackage configuration and dependenciesTypeScript configuration for packageVitest configuration for testingVitest setup with mocks and polyfillsRollup build configuration1 files
Comprehensive unit and integration tests1 files
Add @vibe/tipseen as dependency