mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-5456] improved theming bundling (#7180)
* theming barrel file for core * card-view theme * clipboard theme * rename core theme files * content services themes * process services theme * process services cloud theme * insights theming * try fix flaky test
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
{
|
||||
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
|
||||
"dest": "../dist/insights/",
|
||||
"assets": [
|
||||
"./src/lib/styles/**/*.scss",
|
||||
"./theming/**/*.scss",
|
||||
"./src/**/*.theme.scss"
|
||||
],
|
||||
"lib": {
|
||||
"entryFile": "src/public-api.ts",
|
||||
"flatModuleFile": "adf-insights",
|
||||
|
@@ -1,6 +1,6 @@
|
||||
@import '../analytics-process/components/analytics-report-parameters.component';
|
||||
@import '../analytics-process/components/analytics-report-list.component';
|
||||
@import '../analytics-process/components/widgets/date-range/date-range.widget';
|
||||
@import '../analytics-process/components/analytics-report-parameters.theme';
|
||||
@import '../analytics-process/components/analytics-report-list.theme';
|
||||
@import '../analytics-process/components/widgets/date-range/date-range.theme';
|
||||
|
||||
@mixin adf-insights-theme($theme) {
|
||||
@include adf-analytics-report-list-theme($theme);
|
||||
|
1
lib/insights/theming/_index.scss
Normal file
1
lib/insights/theming/_index.scss
Normal file
@@ -0,0 +1 @@
|
||||
@forward '../src/lib/styles';
|
Reference in New Issue
Block a user