diff --git a/package.json b/package.json
index b2920a4e..7f4eab33 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,8 @@
{
"name": "@fuse/demo",
- "version": "13.1.0",
+ "version": "13.2.0",
+ "description": "Fuse - Angular Admin Template and Starter Project",
+ "author": "https://themeforest.net/user/srcn",
"license": "https://themeforest.net/licenses/standard",
"private": true,
"scripts": {
@@ -12,17 +14,17 @@
"e2e": "ng e2e"
},
"dependencies": {
- "@angular/animations": "12.0.4",
- "@angular/cdk": "12.0.4",
- "@angular/common": "12.0.4",
- "@angular/compiler": "12.0.4",
- "@angular/core": "12.0.4",
- "@angular/forms": "12.0.4",
- "@angular/material": "12.0.4",
- "@angular/material-moment-adapter": "12.0.4",
- "@angular/platform-browser": "12.0.4",
- "@angular/platform-browser-dynamic": "12.0.4",
- "@angular/router": "12.0.4",
+ "@angular/animations": "12.1.1",
+ "@angular/cdk": "12.1.1",
+ "@angular/common": "12.1.1",
+ "@angular/compiler": "12.1.1",
+ "@angular/core": "12.1.1",
+ "@angular/forms": "12.1.1",
+ "@angular/material": "12.1.1",
+ "@angular/material-moment-adapter": "12.1.1",
+ "@angular/platform-browser": "12.1.1",
+ "@angular/platform-browser-dynamic": "12.1.1",
+ "@angular/router": "12.1.1",
"@fullcalendar/angular": "4.4.5-beta",
"@fullcalendar/core": "4.4.2",
"@fullcalendar/daygrid": "4.4.2",
@@ -39,7 +41,7 @@
"moment": "2.29.1",
"ng-apexcharts": "1.5.12",
"ngx-markdown": "12.0.1",
- "ngx-quill": "14.0.0",
+ "ngx-quill": "14.1.1",
"perfect-scrollbar": "1.5.1",
"quill": "1.3.7",
"rrule": "2.6.8",
@@ -49,15 +51,14 @@
"zone.js": "0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "12.0.4",
- "@angular-eslint/builder": "12.1.0",
- "@angular-eslint/eslint-plugin": "12.1.0",
- "@angular-eslint/eslint-plugin-template": "12.1.0",
- "@angular-eslint/schematics": "12.1.0",
- "@angular-eslint/template-parser": "12.1.0",
- "@angular/cli": "12.0.4",
- "@angular/compiler-cli": "12.0.4",
- "@angular/language-service": "12.0.4",
+ "@angular-devkit/build-angular": "12.1.0",
+ "@angular-eslint/builder": "12.2.0",
+ "@angular-eslint/eslint-plugin": "12.2.0",
+ "@angular-eslint/eslint-plugin-template": "12.2.0",
+ "@angular-eslint/schematics": "12.2.0",
+ "@angular-eslint/template-parser": "12.2.0",
+ "@angular/cli": "12.1.0",
+ "@angular/compiler-cli": "12.1.1",
"@tailwindcss/aspect-ratio": "0.2.1",
"@tailwindcss/line-clamp": "0.2.1",
"@tailwindcss/typography": "0.4.1",
@@ -68,13 +69,13 @@
"@types/lodash": "4.14.170",
"@types/lodash-es": "4.17.4",
"@types/node": "12.20.15",
- "@typescript-eslint/eslint-plugin": "4.26.1",
- "@typescript-eslint/parser": "4.26.1",
+ "@typescript-eslint/eslint-plugin": "4.28.1",
+ "@typescript-eslint/parser": "4.28.1",
"autoprefixer": "10.2.6",
"chroma-js": "2.1.2",
- "eslint": "7.28.0",
+ "eslint": "7.29.0",
"eslint-plugin-import": "2.23.4",
- "eslint-plugin-jsdoc": "35.2.0",
+ "eslint-plugin-jsdoc": "35.4.1",
"eslint-plugin-prefer-arrow": "1.2.3",
"jasmine-core": "3.7.1",
"karma": "6.3.4",
@@ -83,8 +84,8 @@
"karma-jasmine": "4.0.1",
"karma-jasmine-html-reporter": "1.6.0",
"lodash": "4.17.21",
- "postcss": "8.3.3",
- "tailwindcss": "2.1.4",
- "typescript": "4.2.4"
+ "postcss": "8.3.5",
+ "tailwindcss": "2.2.4",
+ "typescript": "4.3.5"
}
}
diff --git a/src/@fuse/components/drawer/drawer.component.ts b/src/@fuse/components/drawer/drawer.component.ts
index d489dbc9..7b38e0a7 100644
--- a/src/@fuse/components/drawer/drawer.component.ts
+++ b/src/@fuse/components/drawer/drawer.component.ts
@@ -341,6 +341,13 @@ export class FuseDrawerComponent implements OnChanges, OnInit, OnDestroy
animate('300ms cubic-bezier(0.25, 0.8, 0.25, 1)', style({opacity: 1}))
]).create(this._overlay);
+ // Once the animation is done...
+ this._player.onDone(() => {
+
+ // Destroy the player
+ this._player.destroy();
+ });
+
// Play the animation
this._player.play();
@@ -373,6 +380,9 @@ export class FuseDrawerComponent implements OnChanges, OnInit, OnDestroy
// Once the animation is done...
this._player.onDone(() => {
+ // Destroy the player
+ this._player.destroy();
+
// If the backdrop still exists...
if ( this._overlay )
{
diff --git a/src/@fuse/components/navigation/horizontal/components/basic/basic.component.html b/src/@fuse/components/navigation/horizontal/components/basic/basic.component.html
index a8ce9002..48aab97d 100644
--- a/src/@fuse/components/navigation/horizontal/components/basic/basic.component.html
+++ b/src/@fuse/components/navigation/horizontal/components/basic/basic.component.html
@@ -5,71 +5,83 @@
[ngClass]="item.classes?.wrapper">
-
-
-
+
+
+
+
+
-
-
-
+
+
+
+
+
-
-
-
+
+
+
+
+
-
-
-
+
+
+
+
+
-
-
-
+
+
+
+
+
-
-
-
+
+
+
+
+
-
-
-
+
+
+
+
+
@@ -77,11 +89,12 @@
-
+
+
+
@@ -90,24 +103,24 @@
{{item.title}}
-
-
- {{item.subtitle}}
-
-
+
+
+
+ {{item.subtitle}}
+
+
+
-
-
- {{item.badge.title}}
+
+
+
+ {{item.badge.title}}
+
-
+
diff --git a/src/@fuse/components/navigation/horizontal/components/branch/branch.component.html b/src/@fuse/components/navigation/horizontal/components/branch/branch.component.html
index 29fd9350..87aafa1e 100644
--- a/src/@fuse/components/navigation/horizontal/components/branch/branch.component.html
+++ b/src/@fuse/components/navigation/horizontal/components/branch/branch.component.html
@@ -1,59 +1,63 @@
-
+
-
-
+ [matMenuTriggerFor]="matMenu"
+ (onMenuOpen)="triggerChangeDetection()"
+ (onMenuClose)="triggerChangeDetection()"
+ #trigger="matMenuTrigger">
+
+
+
diff --git a/src/@fuse/components/navigation/horizontal/components/branch/branch.component.ts b/src/@fuse/components/navigation/horizontal/components/branch/branch.component.ts
index 2abf7cc5..53ef2a90 100644
--- a/src/@fuse/components/navigation/horizontal/components/branch/branch.component.ts
+++ b/src/@fuse/components/navigation/horizontal/components/branch/branch.component.ts
@@ -81,4 +81,15 @@ export class FuseHorizontalNavigationBranchItemComponent implements OnInit, OnDe
// Mark for check
this._changeDetectorRef.markForCheck();
}
+
+ /**
+ * Track by function for ngFor loops
+ *
+ * @param index
+ * @param item
+ */
+ trackByFn(index: number, item: any): any
+ {
+ return item.id || index;
+ }
}
diff --git a/src/@fuse/components/navigation/horizontal/horizontal.component.html b/src/@fuse/components/navigation/horizontal/horizontal.component.html
index 6e5a326d..7db23d99 100644
--- a/src/@fuse/components/navigation/horizontal/horizontal.component.html
+++ b/src/@fuse/components/navigation/horizontal/horizontal.component.html
@@ -1,30 +1,33 @@
-
+
-
+
+
+
-
+
+
+
-
+
+
+
diff --git a/src/@fuse/components/navigation/navigation.types.ts b/src/@fuse/components/navigation/navigation.types.ts
index c6e2bbdd..9b6b3504 100644
--- a/src/@fuse/components/navigation/navigation.types.ts
+++ b/src/@fuse/components/navigation/navigation.types.ts
@@ -15,6 +15,7 @@ export interface FuseNavigationItem
hidden?: (item: FuseNavigationItem) => boolean;
active?: boolean;
disabled?: boolean;
+ tooltip?: string;
link?: string;
externalLink?: boolean;
target?:
diff --git a/src/@fuse/components/navigation/vertical/components/aside/aside.component.html b/src/@fuse/components/navigation/vertical/components/aside/aside.component.html
index c78997cb..469d7b61 100644
--- a/src/@fuse/components/navigation/vertical/components/aside/aside.component.html
+++ b/src/@fuse/components/navigation/vertical/components/aside/aside.component.html
@@ -7,14 +7,16 @@
class="fuse-vertical-navigation-item"
[ngClass]="{'fuse-vertical-navigation-item-active': active,
'fuse-vertical-navigation-item-disabled': item.disabled,
- 'fuse-vertical-navigation-item-active-forced': item.active}">
+ 'fuse-vertical-navigation-item-active-forced': item.active}"
+ [matTooltip]="item.tooltip || ''">
-
+
+
+
@@ -23,25 +25,25 @@
{{item.title}}
-
-
- {{item.subtitle}}
-
-
+
+
+
+ {{item.subtitle}}
+
+
+
-
-
- {{item.badge.title}}
+
+
+
+ {{item.badge.title}}
+
-
+
@@ -57,35 +59,40 @@
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
diff --git a/src/@fuse/components/navigation/vertical/components/basic/basic.component.html b/src/@fuse/components/navigation/vertical/components/basic/basic.component.html
index e6f5cc4d..a9a9dd98 100644
--- a/src/@fuse/components/navigation/vertical/components/basic/basic.component.html
+++ b/src/@fuse/components/navigation/vertical/components/basic/basic.component.html
@@ -5,70 +5,84 @@
[ngClass]="item.classes?.wrapper">
-
-
-
+
+
+
+
+
-
-
-
+
+
+
+
+
-
-
-
+
+
+
+
+
-
-
-
+
+
+
+
+
-
-
-
+
+
+
+
+
-
-
-
+
+
+
+
+
-
-
-
+
+
+
+
+
@@ -76,11 +90,12 @@
-
+
+
+
@@ -89,24 +104,24 @@
{{item.title}}
-
-
- {{item.subtitle}}
-
-
+
+
+
+ {{item.subtitle}}
+
+
+
-
-
- {{item.badge.title}}
+
+
+
+ {{item.badge.title}}
+
-
+
diff --git a/src/@fuse/components/navigation/vertical/components/collapsable/collapsable.component.html b/src/@fuse/components/navigation/vertical/components/collapsable/collapsable.component.html
index bd8df37a..770efdb3 100644
--- a/src/@fuse/components/navigation/vertical/components/collapsable/collapsable.component.html
+++ b/src/@fuse/components/navigation/vertical/components/collapsable/collapsable.component.html
@@ -6,14 +6,16 @@
-
+
+
+
@@ -22,25 +24,25 @@
{{item.title}}
-
-
- {{item.subtitle}}
-
-
+
+
+
+ {{item.subtitle}}
+
+
+
-
-
- {{item.badge.title}}
+
+
+
+ {{item.badge.title}}
+
-
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
diff --git a/src/@fuse/components/navigation/vertical/components/group/group.component.html b/src/@fuse/components/navigation/vertical/components/group/group.component.html
index 1322ddb7..49218739 100644
--- a/src/@fuse/components/navigation/vertical/components/group/group.component.html
+++ b/src/@fuse/components/navigation/vertical/components/group/group.component.html
@@ -7,11 +7,12 @@
-
+
+
+
@@ -20,25 +21,25 @@
{{item.title}}
-
-
- {{item.subtitle}}
-
-
+
+
+
+ {{item.subtitle}}
+
+
+
-
-
- {{item.badge.title}}
+
+
+
+ {{item.badge.title}}
+
-
+
@@ -50,35 +51,40 @@
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
diff --git a/src/@fuse/components/navigation/vertical/vertical.component.html b/src/@fuse/components/navigation/vertical/vertical.component.html
index 79def1f9..ef0186e3 100644
--- a/src/@fuse/components/navigation/vertical/vertical.component.html
+++ b/src/@fuse/components/navigation/vertical/vertical.component.html
@@ -24,46 +24,52 @@
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
@@ -84,31 +90,33 @@
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
+
+
+
+
-
-
-
+
+
diff --git a/src/@fuse/components/navigation/vertical/vertical.component.ts b/src/@fuse/components/navigation/vertical/vertical.component.ts
index b5eb8da9..8bb9a87b 100644
--- a/src/@fuse/components/navigation/vertical/vertical.component.ts
+++ b/src/@fuse/components/navigation/vertical/vertical.component.ts
@@ -374,6 +374,10 @@ export class FuseVerticalNavigationComponent implements OnChanges, OnInit, After
*/
ngOnDestroy(): void
{
+ // Forcefully close the navigation and aside in case they are opened
+ this.close();
+ this.closeAside();
+
// Deregister the navigation component from the registry
this._fuseNavigationService.deregisterComponent(this.name);
diff --git a/src/@fuse/styles/overrides/angular-material.scss b/src/@fuse/styles/overrides/angular-material.scss
index 736a68fc..3d671f2c 100644
--- a/src/@fuse/styles/overrides/angular-material.scss
+++ b/src/@fuse/styles/overrides/angular-material.scss
@@ -136,11 +136,8 @@
.mat-flat-button,
.mat-raised-button,
.mat-stroked-button {
-
- .fuse-mat-rounded & {
- padding: 0 20px;
- border-radius: 9999px;
- }
+ padding: 0 20px !important;
+ border-radius: 9999px !important;
}
/* Target all buttons */
@@ -334,6 +331,8 @@
/* @ Button Toggle
/* ----------------------------------------------------------------------------------------------------- */
.mat-button-toggle-group {
+ border: none !important;
+ @apply space-x-1;
&.mat-button-toggle-group-appearance-standard {
@@ -341,36 +340,27 @@
background-clip: padding-box;
}
}
-}
-/* Rounded design */
-.fuse-mat-rounded {
-
- .mat-button-toggle-group {
+ .mat-button-toggle {
+ border-radius: 9999px;
+ overflow: hidden;
border: none !important;
- @apply space-x-1;
+ font-weight: 500;
- .mat-button-toggle {
- border-radius: 9999px;
- overflow: hidden;
- border: none !important;
- font-weight: 500;
-
- &.mat-button-toggle-checked {
-
- .mat-button-toggle-label-content {
- @apply text-default #{'!important'};
- }
- }
+ &.mat-button-toggle-checked {
.mat-button-toggle-label-content {
- padding: 0 20px;
- @apply text-secondary;
+ @apply text-default #{'!important'};
}
+ }
- .mat-ripple {
- border-radius: 9999px;
- }
+ .mat-button-toggle-label-content {
+ padding: 0 20px;
+ @apply text-secondary;
+ }
+
+ .mat-ripple {
+ border-radius: 9999px;
}
}
}
@@ -1329,62 +1319,55 @@
opacity: 0 !important;
}
}
+
+ .mat-tab-header {
+ border-bottom: none !important;
+
+ .mat-tab-label-container {
+ padding: 0 24px;
+
+ .mat-tab-list {
+
+ .mat-tab-labels {
+
+ .mat-tab-label {
+ min-width: 0 !important;
+ height: 40px !important;
+ padding: 0 20px !important;
+ border-radius: 9999px !important;
+ @apply text-secondary;
+
+ &.mat-tab-label-active {
+ @apply bg-gray-700 bg-opacity-10 dark:bg-gray-50 dark:bg-opacity-10 #{'!important'};
+ @apply text-default #{'!important'};
+ }
+
+ + .mat-tab-label {
+ margin-left: 4px;
+ }
+
+ .mat-tab-label-content {
+ line-height: 20px;
+ }
+ }
+ }
+
+ .mat-ink-bar {
+ display: none !important;
+ }
+ }
+ }
+ }
+
+ .mat-tab-body-content {
+ padding: 24px;
+ }
}
.mat-tab-label {
opacity: 1 !important;
}
-/* Rounded design */
-.fuse-mat-rounded {
-
- .mat-tab-group {
-
- .mat-tab-header {
- border-bottom: none !important;
-
- .mat-tab-label-container {
- padding: 0 24px;
-
- .mat-tab-list {
-
- .mat-tab-labels {
-
- .mat-tab-label {
- min-width: 0 !important;
- height: 40px !important;
- padding: 0 20px !important;
- border-radius: 9999px !important;
- @apply text-secondary;
-
- &.mat-tab-label-active {
- @apply bg-gray-700 bg-opacity-10 dark:bg-gray-50 dark:bg-opacity-10 #{'!important'};
- @apply text-default #{'!important'};
- }
-
- + .mat-tab-label {
- margin-left: 4px;
- }
-
- .mat-tab-label-content {
- line-height: 20px;
- }
- }
- }
-
- .mat-ink-bar {
- display: none !important;
- }
- }
- }
- }
-
- .mat-tab-body-content {
- padding: 24px;
- }
- }
-}
-
/* ----------------------------------------------------------------------------------------------------- */
/* @ Textarea
/* ----------------------------------------------------------------------------------------------------- */
diff --git a/src/@fuse/version/fuse-version.ts b/src/@fuse/version/fuse-version.ts
index 62d9a7dd..43095ce0 100644
--- a/src/@fuse/version/fuse-version.ts
+++ b/src/@fuse/version/fuse-version.ts
@@ -1,3 +1,3 @@
import { Version } from '@fuse/version/version';
-export const FUSE_VERSION = new Version('13.1.0').full;
+export const FUSE_VERSION = new Version('13.2.0').full;
diff --git a/src/app/core/transloco/transloco.http-loader.ts b/src/app/core/transloco/transloco.http-loader.ts
index 378bb165..166469db 100644
--- a/src/app/core/transloco/transloco.http-loader.ts
+++ b/src/app/core/transloco/transloco.http-loader.ts
@@ -27,6 +27,6 @@ export class TranslocoHttpLoader implements TranslocoLoader
*/
getTranslation(lang: string): Observable
{
- return this._httpClient.get(`/assets/i18n/${lang}.json`);
+ return this._httpClient.get(`./assets/i18n/${lang}.json`);
}
}
diff --git a/src/app/layout/common/messages/messages.component.ts b/src/app/layout/common/messages/messages.component.ts
index fc0af5a9..4f67195e 100644
--- a/src/app/layout/common/messages/messages.component.ts
+++ b/src/app/layout/common/messages/messages.component.ts
@@ -167,7 +167,7 @@ export class MessagesComponent implements OnInit, OnDestroy
scrollStrategy : this._overlay.scrollStrategies.block(),
positionStrategy: this._overlay.position()
.flexibleConnectedTo(this._messagesOrigin._elementRef.nativeElement)
- .withLockedPosition()
+ .withLockedPosition(true)
.withPush(true)
.withPositions([
{
diff --git a/src/app/layout/common/notifications/notifications.component.ts b/src/app/layout/common/notifications/notifications.component.ts
index 5a0fc615..9063e0f2 100644
--- a/src/app/layout/common/notifications/notifications.component.ts
+++ b/src/app/layout/common/notifications/notifications.component.ts
@@ -167,7 +167,7 @@ export class NotificationsComponent implements OnInit, OnDestroy
scrollStrategy : this._overlay.scrollStrategies.block(),
positionStrategy: this._overlay.position()
.flexibleConnectedTo(this._notificationsOrigin._elementRef.nativeElement)
- .withLockedPosition()
+ .withLockedPosition(true)
.withPush(true)
.withPositions([
{
diff --git a/src/app/layout/common/shortcuts/shortcuts.component.ts b/src/app/layout/common/shortcuts/shortcuts.component.ts
index 99237746..633effd5 100644
--- a/src/app/layout/common/shortcuts/shortcuts.component.ts
+++ b/src/app/layout/common/shortcuts/shortcuts.component.ts
@@ -221,7 +221,7 @@ export class ShortcutsComponent implements OnInit, OnDestroy
scrollStrategy : this._overlay.scrollStrategies.block(),
positionStrategy: this._overlay.position()
.flexibleConnectedTo(this._shortcutsOrigin._elementRef.nativeElement)
- .withLockedPosition()
+ .withLockedPosition(true)
.withPush(true)
.withPositions([
{
diff --git a/src/app/layout/layout.component.html b/src/app/layout/layout.component.html
index d0053290..42c07400 100644
--- a/src/app/layout/layout.component.html
+++ b/src/app/layout/layout.component.html
@@ -54,7 +54,7 @@
THEME
-
+
{{theme[0] | titlecase}}
diff --git a/src/app/layout/layouts/horizontal/centered/centered.component.html b/src/app/layout/layouts/horizontal/centered/centered.component.html
index fcabd73f..8b2ca444 100644
--- a/src/app/layout/layouts/horizontal/centered/centered.component.html
+++ b/src/app/layout/layouts/horizontal/centered/centered.component.html
@@ -62,9 +62,9 @@
-
+
-
+
diff --git a/src/app/layout/layouts/horizontal/enterprise/enterprise.component.html b/src/app/layout/layouts/horizontal/enterprise/enterprise.component.html
index 1eeef577..119f37c7 100644
--- a/src/app/layout/layouts/horizontal/enterprise/enterprise.component.html
+++ b/src/app/layout/layouts/horizontal/enterprise/enterprise.component.html
@@ -45,9 +45,9 @@
-
+
-
+
diff --git a/src/app/layout/layouts/horizontal/material/material.component.html b/src/app/layout/layouts/horizontal/material/material.component.html
index b7126d16..dcbf79e7 100644
--- a/src/app/layout/layouts/horizontal/material/material.component.html
+++ b/src/app/layout/layouts/horizontal/material/material.component.html
@@ -51,9 +51,9 @@
-
+
-
+
diff --git a/src/app/layout/layouts/horizontal/modern/modern.component.html b/src/app/layout/layouts/horizontal/modern/modern.component.html
index 0671c7f6..d98d24a7 100644
--- a/src/app/layout/layouts/horizontal/modern/modern.component.html
+++ b/src/app/layout/layouts/horizontal/modern/modern.component.html
@@ -54,9 +54,9 @@
-
+
-
+
diff --git a/src/app/layout/layouts/vertical/classic/classic.component.html b/src/app/layout/layouts/vertical/classic/classic.component.html
index b597b8a6..a70a7613 100644
--- a/src/app/layout/layouts/vertical/classic/classic.component.html
+++ b/src/app/layout/layouts/vertical/classic/classic.component.html
@@ -35,9 +35,9 @@
-
+
-
+
diff --git a/src/app/layout/layouts/vertical/classy/classy.component.html b/src/app/layout/layouts/vertical/classy/classy.component.html
index 02dcc2f5..af5bc3cf 100644
--- a/src/app/layout/layouts/vertical/classy/classy.component.html
+++ b/src/app/layout/layouts/vertical/classy/classy.component.html
@@ -65,9 +65,9 @@
-
+
-
+
diff --git a/src/app/layout/layouts/vertical/compact/compact.component.html b/src/app/layout/layouts/vertical/compact/compact.component.html
index 10e7d09a..6c927425 100644
--- a/src/app/layout/layouts/vertical/compact/compact.component.html
+++ b/src/app/layout/layouts/vertical/compact/compact.component.html
@@ -30,9 +30,9 @@
-
+
-
+
diff --git a/src/app/layout/layouts/vertical/dense/dense.component.html b/src/app/layout/layouts/vertical/dense/dense.component.html
index efbb19a5..e4ec8edf 100644
--- a/src/app/layout/layouts/vertical/dense/dense.component.html
+++ b/src/app/layout/layouts/vertical/dense/dense.component.html
@@ -39,9 +39,9 @@
-
+
-
+
diff --git a/src/app/layout/layouts/vertical/futuristic/futuristic.component.html b/src/app/layout/layouts/vertical/futuristic/futuristic.component.html
index 892cb041..15ae64c3 100644
--- a/src/app/layout/layouts/vertical/futuristic/futuristic.component.html
+++ b/src/app/layout/layouts/vertical/futuristic/futuristic.component.html
@@ -44,9 +44,9 @@
-
+
-
+
diff --git a/src/app/layout/layouts/vertical/thin/thin.component.html b/src/app/layout/layouts/vertical/thin/thin.component.html
index 967ceece..3fd1dbd9 100644
--- a/src/app/layout/layouts/vertical/thin/thin.component.html
+++ b/src/app/layout/layouts/vertical/thin/thin.component.html
@@ -31,9 +31,9 @@
-
+
-
+
diff --git a/src/index.html b/src/index.html
index ac8787a9..4421ae93 100644
--- a/src/index.html
+++ b/src/index.html
@@ -50,8 +50,7 @@
-
-
+
diff --git a/tailwind.config.js b/tailwind.config.js
index f09883c9..60201bb7 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -78,7 +78,8 @@ const config = {
content: ['./src/**/*.{html,scss,ts}'],
options: {
safelist: {
- deep: [/^theme/, /^dark/, /^mat/]
+ standard: ['dark'],
+ deep : [/^theme/, /^mat/]
}
}
},
@@ -181,32 +182,12 @@ const config = {
*/
extendedSpacing: {
// Fractional values
- '1/2' : '50%',
- '1/3' : '33.333333%',
- '2/3' : '66.666667%',
- '1/4' : '25%',
- '2/4' : '50%',
- '3/4' : '75%',
- '1/5' : '20%',
- '2/5' : '40%',
- '3/5' : '60%',
- '4/5' : '80%',
- '1/6' : '16.666667%',
- '2/6' : '33.333333%',
- '3/6' : '50%',
- '4/6' : '66.666667%',
- '5/6' : '83.333333%',
- '1/12' : '8.333333%',
- '2/12' : '16.666667%',
- '3/12' : '25%',
- '4/12' : '33.333333%',
- '5/12' : '41.666667%',
- '6/12' : '50%',
- '7/12' : '58.333333%',
- '8/12' : '66.666667%',
- '9/12' : '75%',
- '10/12': '83.333333%',
- '11/12': '91.666667%',
+ '1/2': '50%',
+ '1/3': '33.333333%',
+ '2/3': '66.666667%',
+ '1/4': '25%',
+ '2/4': '50%',
+ '3/4': '75%',
// Bigger values
'100': '25rem',