Skip to content

Commit

Permalink
feat(icons): add alfa-ui-primitives v2.17.0 and build icons (#1184)
Browse files Browse the repository at this point in the history
Co-authored-by: u_m116y <MVetyugov@alfabank.ru>
  • Loading branch information
MikhailVetyugov and u_m116y committed Jul 9, 2020
1 parent fc83fcd commit d944c64
Show file tree
Hide file tree
Showing 108 changed files with 538 additions and 45 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
"@typescript-eslint/eslint-plugin": "^2.28.0",
"@typescript-eslint/parser": "^2.28.0",
"acorn": "^6.1.1",
"alfa-ui-primitives": "2.8.0",
"alfa-ui-primitives": "2.17.0",
"arui-demo": "3.0.0",
"arui-presets": "^5.1.0",
"arui-presets-lint": "^4.1.2",
Expand Down
48 changes: 48 additions & 0 deletions src/icon/__snapshots__/icon.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2742,6 +2742,54 @@ exports[`icon render undefined without problems 457`] = `
</ContextConsumer>
`;

exports[`icon render undefined without problems 458`] = `
<ContextConsumer>
<Component />
</ContextConsumer>
`;

exports[`icon render undefined without problems 459`] = `
<ContextConsumer>
<Component />
</ContextConsumer>
`;

exports[`icon render undefined without problems 460`] = `
<ContextConsumer>
<Component />
</ContextConsumer>
`;

exports[`icon render undefined without problems 461`] = `
<ContextConsumer>
<Component />
</ContextConsumer>
`;

exports[`icon render undefined without problems 462`] = `
<ContextConsumer>
<Component />
</ContextConsumer>
`;

exports[`icon render undefined without problems 463`] = `
<ContextConsumer>
<Component />
</ContextConsumer>
`;

exports[`icon render undefined without problems 464`] = `
<ContextConsumer>
<Component />
</ContextConsumer>
`;

exports[`icon render undefined without problems 465`] = `
<ContextConsumer>
<Component />
</ContextConsumer>
`;

exports[`icon renders without problems 1`] = `
<ContextConsumer>
<Component />
Expand Down
2 changes: 1 addition & 1 deletion src/icon/action/pause/icon_pause_m_black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/icon/action/pause/icon_pause_m_white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/icon/action/photo-card/icon_photo-card_m_black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/icon/action/photo-card/icon_photo-card_m_white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d944c64

Please sign in to comment.