Skip to content

Commit

Permalink
feat: update bootstrap italia version
Browse files Browse the repository at this point in the history
Closes #271
  • Loading branch information
AntoninoBonanno authored and astagi committed Oct 4, 2023
1 parent bdb24e2 commit 2991fda
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 8 deletions.
14 changes: 10 additions & 4 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 @@ -64,7 +64,7 @@
"@angular/router": "^16.1.3",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"bootstrap-italia": "^2.6.0",
"bootstrap-italia": "^2.7.0",
"core-js": "^3.31.1",
"fp-ts": "^2.16.0",
"io-ts": "^2.2.20",
Expand Down
4 changes: 2 additions & 2 deletions projects/design-angular-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"@angular/platform-browser": "^16.0.0",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"bootstrap-italia": "^2.6.0"
"bootstrap-italia": "^2.7.0"
}
}
}
2 changes: 1 addition & 1 deletion projects/design-angular-kit/src/lib/interfaces/core.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { IconName } from './icon';

export type AlertColor = 'info' | 'success' | 'warning' | 'danger';
export type AlertColor = 'primary' | 'info' | 'success' | 'warning' | 'danger';

export type ButtonColor =
'primary'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ <h3>Esempi</h3>
<div class="bd-example">
<div class="example-section">

<it-alert color="primary">
Questo è un alert di tipo "<b>primary</b>".
</it-alert>

<it-alert>
Questo è un alert di tipo "<b>info</b>".
</it-alert>
Expand Down

0 comments on commit 2991fda

Please sign in to comment.