·
          
            22 commits
          
          to main
          since this release
        
        
        
What's Changed
- In this version, the main change is the migration from SASS to CSS. (@samuel-gomez-axa)
All tokens are now defined in CSS, which simplifies style management.
This allows for better integration with modern tools and improves rendering performance. 
However, we have kept the SASS token file for breakpoints to ensure compatibility with existing projects.
We recommend users gradually migrate to CSS tokens to benefit from the latest improvements.
- A new component, ContentItemDuoAction, was developed by @pheatraing—thanks to her for her first contribution!
 
The DataAgent component now has two modes for mobile: a "classic" mode and a "compact" mode.

- Migration of the FileUpload component by @pplancq—thanks to him for this contribution!
The FileUpload component has been migrated to the new architecture, improving its performance and maintainability.
⚠️ This PR introduces breaking changes to several components. 
- Migration of the TabBar component by @samuel-gomez-axa
 
Some fixes on:
- CardCheckbox and CardRadio borders
 - use of the base font for the dropdown and CardRadio
 - style correction on the progressBar
 - multiline support for the ItemLabel description
 
PRs
- feat(look&feel,apollo): init contentItemDuoAction #862 by @pheatraing in #1453
 - Feature/client sass to css by @samuel-gomez-axa in #1480
 - feat(apollo,look&feel): add two mode compact and classic mobile by @samuel-gomez-axa in #1488
 - Feature/clean storybooks by @samuel-gomez-axa in #1490
 - feat(apollo,look&feel): change border size and color title by @samuel-gomez-axa in #1493
 - fix(apollo,look&feel): use base-font-size for dropdown and cardradio by @sergeomoffo in #1497
 - fix(apollo,look&feel): move flex-shrink: 0 from ItemMessage icon to Svg to apply fix at every usage of Svg by @GuillaumeKESTEMAN in #1505
 - fix(look&feel,apollo): ensure overflow is hidden in progress bar styles by @GuillaumeKESTEMAN in #1509
 - feat(apollo,look&feel)!: tabbar migration by @samuel-gomez-axa in #1511
 - feat(apollo,look&feel): apply the remaining props to the ContentItemDuo container by @GuillaumeKESTEMAN in #1507
 - feat(apollo,look&feel): multiline description by @samuel-gomez-axa in #1512
 - Fix labels in GitHub issue templates (Look&Feel & Apollo) by @pplancq in #1525
 - fix(apollo,look&feel): hide marker for ios by @samuel-gomez-axa in #1520
 - Fix CSS tokens for Card Checkbox/Radio options in Apollo and LF themes by @pplancq in #1524
 - chore(design-system): fix node CI by @GuillaumeKESTEMAN in #1514
 - chore(design-system): update action.yaml for improved node setup by @GuillaumeKESTEMAN in #1531
 - feat(apollo,look&feel): prefer import apollo-lf css by @samuel-gomez-axa in #1532
 - Add FileUpload component to Apollo by @pplancq in #1523
 
New Contributors
- @pheatraing made their first contribution in #1453
 
Full Changelog: slash/2.0.3...client/3.0.0