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

Fix/restore theme vars #1282

Merged
merged 6 commits into from
Jul 4, 2024
Merged

Fix/restore theme vars #1282

merged 6 commits into from
Jul 4, 2024

Conversation

fulcanellee
Copy link
Collaborator

No description provided.

Copy link

changeset-bot bot commented Jul 4, 2024

🦋 Changeset detected

Latest commit: a50472a

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@alfalab/core-components-themes Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@coveralls
Copy link

coveralls commented Jul 4, 2024

Pull Request Test Coverage Report for Build 9790080337

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.005%) to 83.842%

Totals Coverage Status
Change from base Build 9743543229: 0.005%
Covered Lines: 10029
Relevant Lines: 11011

💛 - Coveralls

ignore: ignorePattern,
})
.filter(createColorsByPaletteFilter())
.filter((varFile) => varFile.includes('index.css') === false)
Copy link
Collaborator

Choose a reason for hiding this comment

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

!varFile.includes('index.css') ?

* 'postcss-custom-properties' - заменяет переменные значениями, что без дублирования импортов переменных будет приводить к потере значений
*/
const getImports = () => {
if (cssFile.includes('dark.css')) return [];
Copy link
Collaborator

Choose a reason for hiding this comment

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

условие в withImports перенести бы, а то не очень явно, что обработки никакой нет для файла

@@ -20,15 +20,6 @@
- Минорное<br />`codemod`


### [#1191](https://github.com/core-ds/core-components/pull/1191)
Copy link
Collaborator

Choose a reason for hiding this comment

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

стоит оставить и добавить комментарий, что текущий PR это откат

@coveralls
Copy link

coveralls commented Jul 4, 2024

Pull Request Test Coverage Report for Build 9790196496

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 83.837%

Totals Coverage Status
Change from base Build 9743543229: 0.0%
Covered Lines: 10029
Relevant Lines: 11011

💛 - Coveralls

@coveralls
Copy link

coveralls commented Jul 4, 2024

Pull Request Test Coverage Report for Build 9790374911

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 83.837%

Totals Coverage Status
Change from base Build 9743543229: 0.0%
Covered Lines: 10029
Relevant Lines: 11011

💛 - Coveralls

@coveralls
Copy link

coveralls commented Jul 4, 2024

Pull Request Test Coverage Report for Build 9790460116

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 83.837%

Totals Coverage Status
Change from base Build 9743543229: 0.0%
Covered Lines: 10029
Relevant Lines: 11011

💛 - Coveralls

@core-ds-bot
Copy link
Collaborator

Собрана новая демка.

@fulcanellee fulcanellee merged commit 214ad44 into master Jul 4, 2024
7 checks passed
@fulcanellee fulcanellee deleted the fix/restore_theme_vars branch July 4, 2024 08:51
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.

7 participants