Skip to content

Commit

Permalink
feat: update uikit
Browse files Browse the repository at this point in the history
  • Loading branch information
amje committed Jul 14, 2023
1 parent 380ed0b commit 1324d93
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@gravity-ui/prettier-config": "^1.0.0",
"@gravity-ui/stylelint-config": "^1.0.0",
"@gravity-ui/tsconfig": "^1.0.0",
"@gravity-ui/uikit": "^5.0.0-beta.0",
"@gravity-ui/uikit": "^5.0.0-beta.4",
"@storybook/addon-essentials": "^7.0.26",
"@storybook/cli": "^7.0.18",
"@storybook/preset-scss": "^1.0.3",
Expand Down Expand Up @@ -89,7 +89,7 @@
"typescript": "^4.9.5"
},
"peerDependencies": {
"@gravity-ui/uikit": "^5.0.0-beta.0",
"@gravity-ui/uikit": "^5.0.0-beta.4",
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/components/AdaptiveTabs/AdaptiveTabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $block: '.#{variables.$ns}adaptive-tabs';

#{$block} {
--gc-tabs-color-divider: var(--g-color-line-generic);
--gc-tabs-color-border-active: var(--g-color-text-info);
--gc-tabs-color-border-active: var(--g-color-line-brand);
--gc-tabs-color-text-active: var(--g-color-text-primary);
--gc-tabs-color-text-inactive: var(--g-color-text-complementary);
--gc-tabs-color-text-disabled: var(--g-color-text-secondary);
Expand Down
2 changes: 1 addition & 1 deletion src/components/ChangelogDialog/components/Item/Item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export function Item({className, data, onStoryClick}: ItemProps) {
{data.storyId && onStoryClick ? (
<Button
className={b('story-button')}
view="outlined-info"
view="outlined-action"
onClick={() => {
if (data.storyId) {
onStoryClick(data.storyId);
Expand Down
2 changes: 1 addition & 1 deletion src/components/PromoSheet/PromoSheet.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ $block: '.#{variables.$ns}promo-sheet';
--gc-promo-sheet-header-margin: 12px;
--gc-promo-sheet-message-margin: 16px;
--gc-promo-sheet-image-margin: 12px;
--gc-promo-sheet-foreground: var(--g-color-text-light-primary);
--gc-promo-sheet-foreground: var(--g-color-text-brand-contrast);
--gc-promo-sheet-background: var(--g-color-base-brand);
}

0 comments on commit 1324d93

Please sign in to comment.