-
Notifications
You must be signed in to change notification settings - Fork 20
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(plasma-theme-builder): Add restored color method for generate themes #899
Conversation
1fbd087
to
a7f1fa4
Compare
a7f1fa4
to
381cda2
Compare
@@ -57,7 +58,7 @@ export const getThemes = async ( | |||
) => { | |||
const pathToIndex = getFilesPath().themesIndex; | |||
const tokensThemeIndex = await getFilesSource(undefined, owner, repo, pathToIndex, defaultBranch); | |||
const themes = generateThemes(tokensSet, undefined, true); | |||
const themes = generateThemes(tokensSet, undefined, true, true); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[На будущее]
@neretin-trike Похоже на то что сигнатуру метода надо будет перевести в объект. Сейчас сложно понять за что отвечают эти аргументы.
381cda2
to
0337f8e
Compare
🚀 This PR is included in version: @salutejs/[email protected], @salutejs/[email protected], @salutejs/[email protected], @salutejs/[email protected], @salutejs/[email protected], @salutejs/[email protected], @salutejs/[email protected], @salutejs/[email protected], @salutejs/[email protected], @salutejs/[email protected] 🚀 |
Theme builder
What/why changed
Изменения необходимы, т.к. иначе при генерации новой схемы в файлах темы будут корректные значения (ссылки)