mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-12-30 15:57:07 +00:00
Compare commits
6 Commits
v17.0.0-st
...
v17.0.1-st
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
41bd49d45d | ||
|
|
1968227e19 | ||
|
|
042979269e | ||
|
|
28180c7491 | ||
|
|
de7a598c07 | ||
|
|
8ae3cdfbea |
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "fuse-angular",
|
||||
"version": "17.0.0",
|
||||
"version": "17.0.1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "fuse-angular",
|
||||
"version": "17.0.0",
|
||||
"version": "17.0.1",
|
||||
"license": "https://themeforest.net/licenses/standard",
|
||||
"dependencies": {
|
||||
"@angular/animations": "15.0.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "fuse-angular",
|
||||
"version": "17.0.0",
|
||||
"version": "17.0.1",
|
||||
"description": "Fuse - Angular Admin Template and Starter Project",
|
||||
"author": "https://themeforest.net/user/srcn",
|
||||
"license": "https://themeforest.net/licenses/standard",
|
||||
|
||||
@@ -8,12 +8,16 @@ import { FuseConfirmationConfig } from '@fuse/services/confirmation/confirmation
|
||||
styles : [
|
||||
`
|
||||
.fuse-confirmation-dialog-panel {
|
||||
|
||||
@screen md {
|
||||
@apply w-128;
|
||||
}
|
||||
|
||||
.mat-dialog-container {
|
||||
padding: 0 !important;
|
||||
.mat-mdc-dialog-container {
|
||||
|
||||
.mat-mdc-dialog-surface {
|
||||
padding: 0 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
`
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
import { Version } from '@fuse/version/version';
|
||||
|
||||
export const FUSE_VERSION = new Version('17.0.0').full;
|
||||
export const FUSE_VERSION = new Version('17.0.1').full;
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
content="Admin Template and Starter Kit with Angular, Angular Material Components and TailwindCSS">
|
||||
<meta
|
||||
name="keywords"
|
||||
content="Fuse,HTML,CSS,Angular,Angular 2,Angular 11,Angular 12,Angular 13,Material,Material 2,Angular Components,Tailwind,Tailwind CSS,TailwindCSS,Admin Template,Admin Starter Kit">
|
||||
content="Fuse,HTML,CSS,Angular,Angular 13,Angular 14,Angular 15,Material,Angular Components,Tailwind,Tailwind CSS,TailwindCSS,Admin Template,Admin Starter Kit">
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, height=device-height, initial-scale=1.0, minimum-scale=1.0">
|
||||
|
||||
Reference in New Issue
Block a user