Skip to content

Commit

Permalink
Merge pull request #366 from pxblue/dev
Browse files Browse the repository at this point in the history
New Images for Storybook
  • Loading branch information
EvanMcLaughlin-eaton authored Dec 17, 2021
2 parents d943a3c + 4dd2476 commit 1d6cbc5
Show file tree
Hide file tree
Showing 12 changed files with 63 additions and 63 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
## v6.0.1 (December 17, 2021)

## 6.0.0 (November 3, 2021)
### Fixed

- Fixed `<pxb-score-card>` cutting off descender letters.
## v6.0.0 (November 3, 2021)

### Changed

Expand Down
2 changes: 1 addition & 1 deletion components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brightlayer-ui/angular-components",
"version": "6.0.0",
"version": "6.0.1",
"description": "Angular components for Brightlayer UI applications",
"scripts": {
"ng": "ng",
Expand Down
13 changes: 6 additions & 7 deletions components/src/core/score-card/score-card.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
.blui-score-card-header {
border-top-left-radius: inherit;
border-top-right-radius: inherit;
height: 6rem;
height: 6.5rem;
box-sizing: border-box;
position: relative;
* {
Expand Down Expand Up @@ -63,21 +63,20 @@
}
.blui-score-card-title {
font-weight: 600;
line-height: 1;
line-height: 1.4;
font-size: 1.25rem;
margin-bottom: 0.6rem;
margin-bottom: 0.25rem;
}
.blui-score-card-subtitle {
font-size: 0.875rem;
font-weight: 400;
margin: 0;
margin-bottom: 0.125rem;
line-height: 1.25;
margin: 0 0 0.25rem;
line-height: 1.4;
}
.blui-score-card-info {
font-size: 0.875rem;
font-weight: 300;
line-height: 2;
line-height: 1.4;
}
}

Expand Down
35 changes: 17 additions & 18 deletions demos/storybook/assets/blui-angular-alpha.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 17 additions & 18 deletions demos/storybook/assets/blui-angular-beta.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 17 additions & 18 deletions demos/storybook/assets/blui-angular.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/gifs/appBarSnap.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/appBarCollapsed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/appBarExpanded.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/drawer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/drawerAnatomy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/userMenuAnatomy2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1d6cbc5

Please sign in to comment.