Skip to content

Commit

Permalink
update to release 11.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ruasnms committed Mar 14, 2024
1 parent ef7f51c commit 307c1f9
Show file tree
Hide file tree
Showing 165 changed files with 1,959 additions and 10,720 deletions.
278 changes: 80 additions & 198 deletions package-lock.json

Large diffs are not rendered by default.

22 changes: 8 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "vienna-ui",
"version": "11.11.5",
"version": "11.30.0",
"description": "Raiffeisenbank Design System",
"license": "MIT",
"repository": {
"type": "http",
"url": ""
"type": "git",
"url": "https://github.com/Raiffeisen-DGTL/ViennaUI.git"
},
"publishConfig": {
"registry": ""
Expand Down Expand Up @@ -45,20 +45,18 @@
},
"dependencies": {
"@floating-ui/react": "^0.24.6",
"@popperjs/core": "2.10.2",
"date-fns": "2.21.3",
"element-closest-polyfill": "1.0.0",
"imask": "7.1.3",
"react-focus-lock": "2.9.4",
"react-imask": "7.1.3",
"react-number-format": "5.1.4",
"react-popper": "2.3.0",
"vienna.icons": "^4.0.4",
"vienna.react-use": "^3.1.0",
"vienna.icons": "^4.7.1",
"vienna.react-use": "^3.2.0",
"vienna.tokens": "^3.9.1",
"vienna.ui-primitives": "^3.2.2",
"vienna.ui-theme": "^4.8.0",
"vienna.utils": "^3.1.0"
"vienna.ui-primitives": "^3.13.0",
"vienna.ui-theme": "^4.17.0",
"vienna.utils": "^3.3.0"
},
"devDependencies": {
"@babel/cli": "7.23.4",
Expand Down Expand Up @@ -154,9 +152,5 @@
"git add"
]
},
"bugs": {
"url": "https://jira.raiffeisen.ru/projects/FCC/issues/",
"email": "[email protected]"
},
"sideEffects": false
}
1 change: 1 addition & 0 deletions src/Accordion/Item/Item.styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const content = getPresets('accordion.item.content', {
});

export interface PropsHeader {
open?: boolean;
$open?: boolean;
$disabled?: boolean;
$width?: number;
Expand Down
1 change: 1 addition & 0 deletions src/Accordion/Item/Item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export const Item = forwardRef<HTMLDivElement, ItemProps>(
<ItemWrapper {...(attrs as {})} ref={ref}>
<Header
role='header'
open={open}
$open={open}
$disabled={disabled}
$width={width}
Expand Down
33 changes: 0 additions & 33 deletions src/Accordion/README.md

This file was deleted.

2 changes: 1 addition & 1 deletion src/Alarm/Alarm.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default {
} as Meta;

export const Overview: Story<AlarmProps> = (args) => {
return <Alarm {...args} />;
return <Alarm design='neutral' {...args} />;
};

export const Designs: Story<AlarmProps> = (args) => {
Expand Down
28 changes: 0 additions & 28 deletions src/Alarm/README.md

This file was deleted.

26 changes: 0 additions & 26 deletions src/Alarm/READMEENG.md

This file was deleted.

113 changes: 0 additions & 113 deletions src/Alert/README.md

This file was deleted.

6 changes: 5 additions & 1 deletion src/Avatar/Avatar.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ export default {
} as Meta;

export const Overview: Story<AvatarProps> = (args) => {
return <Avatar src='https://bad.url.to.avatar/avatar.png' size={{ belowM: 'l', belowS: 's' }} {...args} />;
return <Avatar>
<RoundIcon color='nice10'>
A
</RoundIcon>
</Avatar>
};

export const NoIcon: Story<AvatarProps> = (args) => {
Expand Down
47 changes: 0 additions & 47 deletions src/Avatar/README.md

This file was deleted.

43 changes: 0 additions & 43 deletions src/Avatar/READMEENG.md

This file was deleted.

Loading

0 comments on commit 307c1f9

Please sign in to comment.