@dereekb/dbx-web 9.24.26 → 9.24.28

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.
@@ -5065,7 +5065,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
5065
5065
  class DbxErrorDetailsComponent {
5066
5066
  }
5067
5067
  DbxErrorDetailsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxErrorDetailsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
5068
- DbxErrorDetailsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxErrorDetailsComponent, selector: "dbx-error-details", inputs: { error: "error" }, host: { classAttribute: "dbx-block dbx-error-details" }, ngImport: i0, template: `
5068
+ DbxErrorDetailsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxErrorDetailsComponent, selector: "dbx-error-details", inputs: { error: "error" }, host: { classAttribute: "d-block dbx-error-details" }, ngImport: i0, template: `
5069
5069
  <dbx-error-widget-view [error]="error"></dbx-error-widget-view>
5070
5070
  `, isInline: true, dependencies: [{ kind: "component", type: DbxErrorWidgetViewComponent, selector: "dbx-error-widget-view", inputs: ["error"] }] });
5071
5071
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxErrorDetailsComponent, decorators: [{
@@ -5076,7 +5076,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
5076
5076
  <dbx-error-widget-view [error]="error"></dbx-error-widget-view>
5077
5077
  `,
5078
5078
  host: {
5079
- class: 'dbx-block dbx-error-details'
5079
+ class: 'd-block dbx-error-details'
5080
5080
  }
5081
5081
  }]
5082
5082
  }], propDecorators: { error: [{