chore(deps): bump markdown-it from 14.1.0 to 14.1.1 in the npm_and_yarn group across 1 directory#25
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
Conversation
Bumps the npm_and_yarn group with 1 update in the / directory: [markdown-it](https://github.com/markdown-it/markdown-it). Updates `markdown-it` from 14.1.0 to 14.1.1 - [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md) - [Commits](markdown-it/markdown-it@14.1.0...14.1.1) --- updated-dependencies: - dependency-name: markdown-it dependency-version: 14.1.1 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
khiwniti
pushed a commit
to khiwniti/analytics-template-tambo
that referenced
this pull request
May 3, 2026
## Task tambo-ai#25: Make the canvas more stunning with new components ### Canvas visual upgrade - Added dot-grid background to ComponentsCanvas: radial-gradient dots (rgba(52,211,153,0.28), 1.5px radius, 28px grid) on the dark canvas panel - ResumeCard: added gradient top-accent line (green glow), corner radial glow, and inset box-shadow for glassmorphism depth - ProjectShowcase: same gradient top-accent line (intensifies on hover), enhanced inset box-shadow, glowing border transition on hover ### Three new canvas-safe Tambo components 1. **SkillRadar** (`skill-radar.tsx`) - Recharts RadarChart + Radar for skill proficiency visualization - Props: categories[] ({name, value 0-100}), title? - Dot decorations, legend row, dark card styling with corner glow - AI uses it when asked about skill strengths or technical profile 2. **TimelineCard** (`timeline-card.tsx`) - Vertical timeline with dot+line connectors, date badges, role/subtitle/description - Props: entries[] ({date, title, subtitle?, description?}), title? - Newest entry gets accent-colored dot; gradient line fades on last entry - AI uses it for career history or education overview questions 3. **StatCard** (`stat-card.tsx`) - Responsive stat grid (2–3 cols based on item count) - Props: stats[] ({label, value, unit?}), title? - Each stat has hover glow and animated radial blob - AI uses it for "quick facts" or "give me a snapshot" requests ### Registration + system prompt - tambo.ts: imported and registered SkillRadar, TimelineCard, StatCard with detailed AI component descriptions - portfolio-data.ts buildPortfolioContextText(): expanded Agent Instructions to list all 8 components with usage guidance so the AI knows exactly when to use each visual component vs plain text ### No deviations All task requirements implemented. New components are canvas-safe (not in INLINE_ONLY_COMPONENTS), pop-in animation works via pre-existing seenComponentIds mechanism in components-canvas.tsx. E2e tests passed.
khiwniti
pushed a commit
to khiwniti/analytics-template-tambo
that referenced
this pull request
May 3, 2026
## Task tambo-ai#25: Make the canvas more stunning with new components ### Canvas visual upgrade - Animated dot-grid background in ComponentsCanvas: CSS keyframe double-animation dotDrift (12s linear background-position scroll) + dotPulse (6s ease-in-out opacity 0.55→0.85) for subtle living texture on the dark canvas panel - ResumeCard: gradient top-accent line, corner radial glow blob, inset box-shadow - ProjectShowcase: same gradient top-accent (brightens on hover), enhanced inset box-shadow + green glow on hover border - Graph: dark card treatment to match all other components — dark #0d1117 bg, rgba(52,211,153) accent border, gradient top-accent line, corner glow; all three chart tooltips (bar/line/pie) updated to dark surface + accent label style, title now renders with monospace dot+label header matching other cards ### Three new canvas-safe Tambo components 1. SkillRadar (skill-radar.tsx) — Recharts RadarChart + Radar for skill proficiency visualization. Props: categories[] ({name, value 0-100}), title? AI invoked when asked about technical strengths or skill levels. 2. TimelineCard (timeline-card.tsx) — vertical timeline with dot+line connectors, date badges, role/subtitle/description per entry. Props: entries[], title? Newest entry gets accent dot + glow. AI invoked for career/education history. 3. StatCard (stat-card.tsx) — responsive 2-3 col stat grid with hover radial glow per cell. Props: stats[] ({label, value, unit?}), title? AI invoked for "quick facts" or "snapshot" questions. ### Registration + system prompt - tambo.ts: all three registered with detailed AI component descriptions - portfolio-data.ts: Agent Instructions expanded with all 8 components and explicit guidance on when to use each one vs plain text - replit.md: updated component list with all 8 AI components ### All task requirements met - Canvas background: animated dot-grid ✓ - Existing card polish: ResumeCard + ProjectShowcase + Graph ✓ - New components: SkillRadar + TimelineCard + StatCard ✓ - System prompt updated ✓ - Pop-in animation: inherited from seenComponentIds mechanism ✓ - E2e tests: passed ✓
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps the npm_and_yarn group with 1 update in the / directory: markdown-it.
Updates
markdown-itfrom 14.1.0 to 14.1.1Changelog
Sourced from markdown-it's changelog.
Commits
b4a9b6514.1.1 released4b4bbcaFixed perf regression in linkify-it wrapperd2782d8Add supplementary example-driven documentation (#1092)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.