Skip to content

feat: added Hero component#273

Merged
giuliaghisini merged 17 commits into
mainfrom
hero
Feb 18, 2026
Merged

feat: added Hero component#273
giuliaghisini merged 17 commits into
mainfrom
hero

Conversation

@giuliaghisini

Copy link
Copy Markdown
Contributor

Fixes #61

PR Checklist

  • My branch is up-to-date with the Upstream main branch.
  • The unit tests pass locally with my changes (if applicable).
  • I have added tests that prove my fix is effective or that my feature works (if applicable).
  • I have added necessary documentation (if appropriate).

Short description of what this resolves:

Implemented Hero component

@vercel

vercel Bot commented Feb 11, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
design-web-components Ready Ready Preview Feb 17, 2026 11:15am

Request Review

@changeset-bot

changeset-bot Bot commented Feb 11, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 05e0914

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 28 packages
Name Type
@italia/hero Major
@italia/dev-kit-italia Patch
@italia/accordion Patch
@italia/autocomplete Patch
@italia/avatar Patch
@italia/back-to-top Patch
@italia/breadcrumbs Patch
@italia/button Patch
@italia/callout Patch
@italia/checkbox Patch
@italia/chip Patch
@italia/collapse Patch
@italia/dropdown Patch
@italia/globals Patch
@italia/i18n Patch
@italia/icon Patch
@italia/input Patch
@italia/modal Patch
@italia/navscroll Patch
@italia/pagination Patch
@italia/popover Patch
@italia/radio Patch
@italia/rating Patch
@italia/section Patch
@italia/select Patch
@italia/skiplinks Patch
@italia/sticky Patch
@italia/video Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@giuliaghisini

Copy link
Copy Markdown
Contributor Author

@pnicolli @deodorhunter ho impostato di default in storybook il parametro excludeDecorators: true
così non dobbiamo impostarlo ogni volta che usiamo un decorator.
In più ho messo a fattor comune il decorator w-100 che ti permette di espandere il contenitore della storia al 100%.
Si usa come un semplice parametro fra i parameters della Story (o nei meta se vi è piu comodo, a seconda delle necessità).

Comment thread packages/hero/stories/it-hero.stories.ts Outdated
Comment thread packages/hero/package.json Outdated
Co-authored-by: Piero Nicolli <pnicolli@users.noreply.github.com>
@giuliaghisini giuliaghisini merged commit fc1c229 into main Feb 18, 2026
5 checks passed
@giuliaghisini giuliaghisini deleted the hero branch February 18, 2026 15:17
@codecov

codecov Bot commented Feb 18, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.00%. Comparing base (cb07cf6) to head (05e0914).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@     Coverage Diff     @@
##   main   #273   +/-   ##
===========================
===========================

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: componente hero

2 participants