Skip to content
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

Problemer med å oppgradere #2527

Open
4 tasks
dagfrode opened this issue Feb 10, 2025 · 1 comment
Open
4 tasks

Problemer med å oppgradere #2527

dagfrode opened this issue Feb 10, 2025 · 1 comment
Assignees
Labels
🐛 bug Bugs, errors and stuff that's just plain wrong

Comments

@dagfrode
Copy link
Contributor

dagfrode commented Feb 10, 2025

Liste med issues som dukker opp mens team prøver å oppgradere

  • typogfrafi kommer ikke inn automatisk i import av siste versjon av ffe. noe som det gjorde tidligere. Må importeres explesit selv om det er importert inn i ffe
  • forklaring av fargene og hvordan bruke surface og fill for de teamene som ikke har designer / skal lage ting som ikke er designet
  • .ffe-accent-color dokumentasjon
  • theme --ffe-v- forsvinner
@dagfrode dagfrode self-assigned this Feb 10, 2025
@dagfrode dagfrode added the 🐛 bug Bugs, errors and stuff that's just plain wrong label Feb 10, 2025
@dagfrode
Copy link
Contributor Author

dagfrode commented Feb 17, 2025

  • legge på depricated warning på utdaterte komponenter
/** @deprecated as part of update to Semantic Colors
     *
     * Use the `ffe-accent-color` class on the component or on the container of the component instead
     * [Read more in the upgrade guide](https://sparebank1.github.io/designsystem/?path=/docs/introduksjon-changelog--docs#2025---februar---semantiske-farger) */
    onColoredBg?: never;
  • og for bgDarkmodeColor
/** @deprecated as part of update to Semantic Colors
     *
     * Property is replaced by the updated values for `bgColor` that works on dark mode
     * [Read more in the upgrade guide](https://sparebank1.github.io/designsystem/?path=/docs/introduksjon-changelog--docs#2025---februar---semantiske-farger) */
    bgDarkmodeColor?: never;

bgColor
    /**
     * Property has new values that work with dark and accent mode as part of the Semantic Color update
     * Possible values: `primary` `secondary` `tertiary`
     * [Read more in the upgrade guide](https://sparebank1.github.io/designsystem/?path=/docs/introduksjon-changelog--docs#2025---februar---semantiske-farger)
     */
``

- [ ] Oppdater changelogen med ordentlig oppgradering med eksempler
- [ ] 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Bugs, errors and stuff that's just plain wrong
Projects
None yet
Development

No branches or pull requests

1 participant