Skip to content

Commit

Permalink
Merge branch 'master' into feat/workspaceLandings
Browse files Browse the repository at this point in the history
  • Loading branch information
8coon committed Sep 8, 2023
2 parents 5f8962b + 1ea6562 commit cbf9b43
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
node-version: 18
cache: 'yarn'
- uses: artiomtr/jest-coverage-report-action@v3
- uses: artiomtr/jest-coverage-report-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
annotations: coverage
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ npm i --save @vkontakte/vkui-tokens@latest
#### Использование в CSS

```postcss
.myAwesomeClass:hover {
.class:hover {
background-color: var(--vkui--color_background--hover);
}
```
Expand Down Expand Up @@ -217,6 +217,7 @@ const { theme, pixelifyTheme, cssVarsTheme } = expandAll(myNewAwesomeTheme);
// которую можно вставить в DOM или сохранить в файл
const cssString = compileStyles('css', pixelifyTheme);
```

# Roadmap

- [ ] Добавить более умную генерацию active, hover состояний цвета.
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vkontakte/vkui-tokens",
"version": "4.38.0",
"version": "4.38.1",
"description": "Репозиторий, который содержит в себе дизайн-токены и другие инструменты объединенной дизайн-системы VKUI и Paradigm",
"license": "MIT",
"main": "utils/descriptions.js",
Expand All @@ -27,7 +27,6 @@
"docs:dev": "cd docs/webpack && webpack-dev-server --config webpack.client.js --mode development",
"docs:build": "cd docs/webpack && webpack --config webpack.client.js --mode production",
"docs:prepare-data": "ts-node tasks/docs/prepareTokensData.ts",
"prepare": "husky install",
"pre-commit": "lint-staged"
},
"lint-staged": {
Expand Down

0 comments on commit cbf9b43

Please sign in to comment.