@skyux/pages 13.0.0-alpha.2 → 13.0.0-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/fesm2022/skyux-pages.mjs
CHANGED
|
@@ -702,25 +702,19 @@ class SkyPageComponent {
|
|
|
702
702
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.0.5", type: SkyPageComponent, isStandalone: false, selector: "sky-page", inputs: { layout: { classPropertyName: "layout", publicName: "layout", isSignal: true, isRequired: false, transformFunction: null }, helpKey: { classPropertyName: "helpKey", publicName: "helpKey", isSignal: false, isRequired: false, transformFunction: null } }, providers: [
|
|
703
703
|
SkyPageThemeAdapterService,
|
|
704
704
|
provideSkyBreakpointObserver(SkyContainerBreakpointObserver),
|
|
705
|
-
], hostDirectives: [{ directive: i1$4.SkyLayoutHostDirective, inputs: ["layout", "layout"] }], ngImport: i0, template: `<ng-content />`, isInline: true }); }
|
|
705
|
+
], hostDirectives: [{ directive: i1$4.SkyLayoutHostDirective, inputs: ["layout", "layout"] }], ngImport: i0, template: `<ng-content />`, isInline: true, styles: [":host.sky-layout-host-list,:host.sky-layout-host-fit{--sky-comp-override-list-header-background-color: var( --sky-color-background-container-dimmed )}\n"] }); }
|
|
706
706
|
}
|
|
707
707
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: SkyPageComponent, decorators: [{
|
|
708
708
|
type: Component,
|
|
709
|
-
args: [{
|
|
710
|
-
selector: 'sky-page',
|
|
711
|
-
template: `<ng-content />`,
|
|
712
|
-
providers: [
|
|
709
|
+
args: [{ selector: 'sky-page', template: `<ng-content />`, providers: [
|
|
713
710
|
SkyPageThemeAdapterService,
|
|
714
711
|
provideSkyBreakpointObserver(SkyContainerBreakpointObserver),
|
|
715
|
-
],
|
|
716
|
-
standalone: false,
|
|
717
|
-
hostDirectives: [
|
|
712
|
+
], standalone: false, hostDirectives: [
|
|
718
713
|
{
|
|
719
714
|
directive: SkyLayoutHostDirective,
|
|
720
715
|
inputs: ['layout'],
|
|
721
716
|
},
|
|
722
|
-
],
|
|
723
|
-
}]
|
|
717
|
+
], styles: [":host.sky-layout-host-list,:host.sky-layout-host-fit{--sky-comp-override-list-header-background-color: var( --sky-color-background-container-dimmed )}\n"] }]
|
|
724
718
|
}], propDecorators: { helpKey: [{
|
|
725
719
|
type: Input
|
|
726
720
|
}] } });
|