@dereekb/dbx-web 9.3.1 → 9.3.2
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/esm2020/lib/layout/column/two/two.column.head.component.mjs +3 -3
- package/fesm2015/dereekb-dbx-web.mjs +2 -2
- package/fesm2015/dereekb-dbx-web.mjs.map +1 -1
- package/fesm2020/dereekb-dbx-web.mjs +2 -2
- package/fesm2020/dereekb-dbx-web.mjs.map +1 -1
- package/lib/layout/style/_style.scss +13 -4
- package/mapbox/package.json +3 -3
- package/package.json +3 -3
|
@@ -2721,7 +2721,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2721
2721
|
class DbxTwoColumnColumnHeadComponent {
|
|
2722
2722
|
}
|
|
2723
2723
|
DbxTwoColumnColumnHeadComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxTwoColumnColumnHeadComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2724
|
-
DbxTwoColumnColumnHeadComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: DbxTwoColumnColumnHeadComponent, selector: "dbx-two-column-head", inputs: { block: "block", full: "full" }, host: { properties: { "class.
|
|
2724
|
+
DbxTwoColumnColumnHeadComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: DbxTwoColumnColumnHeadComponent, selector: "dbx-two-column-head", inputs: { block: "block", full: "full" }, host: { properties: { "class.d-block": "block", "class.full": "full" }, classAttribute: "dbx-two-column-head" }, ngImport: i0, template: `
|
|
2725
2725
|
<ng-content></ng-content>
|
|
2726
2726
|
`, isInline: true });
|
|
2727
2727
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxTwoColumnColumnHeadComponent, decorators: [{
|
|
@@ -2733,7 +2733,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2733
2733
|
`,
|
|
2734
2734
|
host: {
|
|
2735
2735
|
class: 'dbx-two-column-head',
|
|
2736
|
-
'[class.
|
|
2736
|
+
'[class.d-block]': 'block',
|
|
2737
2737
|
'[class.full]': 'full'
|
|
2738
2738
|
}
|
|
2739
2739
|
}]
|