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

feat(many): rewrite color system #1588

Merged
merged 6 commits into from
Jul 31, 2024
Merged

feat(many): rewrite color system #1588

merged 6 commits into from
Jul 31, 2024

Commits on Jul 31, 2024

  1. feat(many): rewrite color system

    Closes: INSTUI-4100
    
    BREAKING CHANGE:
    Breaks color overrides in certain cases
    HerrTopi authored and balzss committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    35efe17 View commit details
    Browse the repository at this point in the history
  2. fix(ui-modal): fix modal border color

    HerrTopi authored and balzss committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    113588f View commit details
    Browse the repository at this point in the history
  3. fix(ui-buttons): fix hover enabled when a component is disabled

    The issue was that the entry before the hover CSS selector contained an extra '}' sign, which causes
    Emotion to go crazy and put subsequent CSS classes into the global scope instead of just the
    specific DOM part
    matyasf authored and balzss committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    831c836 View commit details
    Browse the repository at this point in the history
  4. feat(ui-codemods): add codemod for v10 color update

    Closes: INSTUI-4144
    joyenjoyer authored and balzss committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    abf6d52 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    41d71bd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0f4425f View commit details
    Browse the repository at this point in the history