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

♻️(frontend) replace Text grommet #2427

Merged
merged 4 commits into from
Oct 4, 2023

Commits on Oct 4, 2023

  1. 🔧(lib-common) override cunningham tokens in the cunningham way

    The way to override the cunningham tokens was not the recommended way,
    we changed it to a more recommended way, it will help to get
    inner functionnalities bring by the cunningham design system like
    css class generation.
    AntoLC committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    4005f49 View commit details
    Browse the repository at this point in the history
  2. ✨(frontend) create Typo component

    Typo is a generic component that can be used to render any HTML tag,
    it includes a set of predefined methods and styles adapted with the
    Cunningham design system. It will make it easier to create new
    specific html components and to maintain the consistency of the
    design system.
    We refacto Headings component to use Typo component.
    AntoLC committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    b2d05a5 View commit details
    Browse the repository at this point in the history
  3. ✨(frontend) create Text component

    Text component is based from the Typo component, it uses the
    Cunningham classname system.
    This component replace the Grommet Text component.
    AntoLC committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    5a942e1 View commit details
    Browse the repository at this point in the history
  4. ♻️(frontend) replace Grommet Text with custom Text component

    We replace the Grommet Text component with our own Text component
    based on the Cunnigham design system.
    AntoLC committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    ade02f7 View commit details
    Browse the repository at this point in the history