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

Conversation

HerrTopi
Copy link
Contributor

BREAKING CHANGE:
Breaks color overrides in certain cases

Copy link

Preview URL: https://1588--preview-instui.netlify.app

cypress/component/DateInput.cy.tsx Outdated Show resolved Hide resolved
cypress/component/Select.cy.tsx Show resolved Hide resolved
packages/__docs__/src/Theme/index.tsx Outdated Show resolved Hide resolved
docs/guides/themes.md Outdated Show resolved Hide resolved
docs/guides/themes.md Outdated Show resolved Hide resolved
docs/guides/themes.md Outdated Show resolved Hide resolved
docs/guides/themes.md Outdated Show resolved Hide resolved
packages/emotion/src/__tests__/useTheme.test.tsx Outdated Show resolved Hide resolved
@HerrTopi HerrTopi force-pushed the new_color_system branch 2 times, most recently from 4423fa2 to 21187af Compare July 19, 2024 15:07
@HerrTopi HerrTopi requested review from matyasf and balzss July 19, 2024 15:07
@balzss balzss assigned balzss and HerrTopi and unassigned balzss Jul 22, 2024
Copy link
Collaborator

@matyasf matyasf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work! I've checked all components manually and they look OK and I could not find any bugs.

Copy link

github-actions bot commented Jul 30, 2024

PR Preview Action v1.4.7
Preview removed because the pull request was closed.
2024-07-31 14:43 UTC

@HerrTopi HerrTopi force-pushed the new_color_system branch 2 times, most recently from fd68e35 to f3121c3 Compare July 31, 2024 13:53
HerrTopi and others added 6 commits July 31, 2024 16:25
Closes: INSTUI-4100

BREAKING CHANGE:
Breaks color overrides in certain cases
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
@balzss balzss merged commit 7219606 into master Jul 31, 2024
9 checks passed
@balzss balzss deleted the new_color_system branch July 31, 2024 14:43
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.

5 participants