@dereekb/dbx-web 9.23.16 → 9.23.17

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.
@@ -121,6 +121,11 @@ $dbx-detail-block-content-offset: 30px;
121
121
  .dbx-chip-margin {
122
122
  margin: 4px;
123
123
  }
124
+
125
+ .dbx-us-address {
126
+ white-space: pre-wrap !important;
127
+ line-height: 1.4;
128
+ }
124
129
  }
125
130
 
126
131
  @mixin color($theme-config) {
@@ -0,0 +1,7 @@
1
+ import { Maybe, UnitedStatesAddressWithContact } from '@dereekb/util';
2
+ import * as i0 from "@angular/core";
3
+ export declare class DbxUnitedStatesAddressComponent {
4
+ address: Maybe<Partial<UnitedStatesAddressWithContact>>;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<DbxUnitedStatesAddressComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<DbxUnitedStatesAddressComponent, "dbx-us-address", never, { "address": "address"; }, {}, never, never, false>;
7
+ }
@@ -1,3 +1,4 @@
1
+ export * from './address.component';
1
2
  export * from './detail.block.component';
2
3
  export * from './detail.block.header.component';
3
4
  export * from './form.description.component';
@@ -1,25 +1,26 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./text.chip.directive";
3
- import * as i2 from "./detail.block.component";
4
- import * as i3 from "./detail.block.header.component";
5
- import * as i4 from "./note.component";
6
- import * as i5 from "./notice.component";
7
- import * as i6 from "./success.component";
8
- import * as i7 from "./warn.component";
9
- import * as i8 from "./hint.component";
10
- import * as i9 from "./label.block.component";
11
- import * as i10 from "./label.component";
12
- import * as i11 from "./linkify.component";
13
- import * as i12 from "./ok.component";
14
- import * as i13 from "./text.chips.component";
15
- import * as i14 from "./icon.spacer.component";
16
- import * as i15 from "./form.description.component";
17
- import * as i16 from "@angular/common";
18
- import * as i17 from "@angular/material/chips";
19
- import * as i18 from "@angular/material/tooltip";
20
- import * as i19 from "@angular/material/icon";
2
+ import * as i1 from "./address.component";
3
+ import * as i2 from "./text.chip.directive";
4
+ import * as i3 from "./detail.block.component";
5
+ import * as i4 from "./detail.block.header.component";
6
+ import * as i5 from "./note.component";
7
+ import * as i6 from "./notice.component";
8
+ import * as i7 from "./success.component";
9
+ import * as i8 from "./warn.component";
10
+ import * as i9 from "./hint.component";
11
+ import * as i10 from "./label.block.component";
12
+ import * as i11 from "./label.component";
13
+ import * as i12 from "./linkify.component";
14
+ import * as i13 from "./ok.component";
15
+ import * as i14 from "./text.chips.component";
16
+ import * as i15 from "./icon.spacer.component";
17
+ import * as i16 from "./form.description.component";
18
+ import * as i17 from "@angular/common";
19
+ import * as i18 from "@angular/material/chips";
20
+ import * as i19 from "@angular/material/tooltip";
21
+ import * as i20 from "@angular/material/icon";
21
22
  export declare class DbxTextModule {
22
23
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxTextModule, never>;
23
- static ɵmod: i0.ɵɵNgModuleDeclaration<DbxTextModule, [typeof i1.DbxChipDirective, typeof i2.DbxDetailBlockComponent, typeof i3.DbxDetailBlockHeaderComponent, typeof i4.DbxNoteComponent, typeof i5.DbxNoticeComponent, typeof i6.DbxSuccessComponent, typeof i7.DbxWarnComponent, typeof i8.DbxHintComponent, typeof i9.DbxLabelBlockComponent, typeof i10.DbxLabelComponent, typeof i11.DbxLinkifyComponent, typeof i12.DbxOkComponent, typeof i13.DbxTextChipsComponent, typeof i14.DbxIconSpacerDirective, typeof i15.DbxFormDescriptionComponent], [typeof i16.CommonModule, typeof i17.MatChipsModule, typeof i18.MatTooltipModule, typeof i19.MatIconModule], [typeof i1.DbxChipDirective, typeof i2.DbxDetailBlockComponent, typeof i3.DbxDetailBlockHeaderComponent, typeof i4.DbxNoteComponent, typeof i5.DbxNoticeComponent, typeof i6.DbxSuccessComponent, typeof i7.DbxWarnComponent, typeof i8.DbxHintComponent, typeof i9.DbxLabelBlockComponent, typeof i10.DbxLabelComponent, typeof i11.DbxLinkifyComponent, typeof i12.DbxOkComponent, typeof i13.DbxTextChipsComponent, typeof i14.DbxIconSpacerDirective, typeof i15.DbxFormDescriptionComponent]>;
24
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DbxTextModule, [typeof i1.DbxUnitedStatesAddressComponent, typeof i2.DbxChipDirective, typeof i3.DbxDetailBlockComponent, typeof i4.DbxDetailBlockHeaderComponent, typeof i5.DbxNoteComponent, typeof i6.DbxNoticeComponent, typeof i7.DbxSuccessComponent, typeof i8.DbxWarnComponent, typeof i9.DbxHintComponent, typeof i10.DbxLabelBlockComponent, typeof i11.DbxLabelComponent, typeof i12.DbxLinkifyComponent, typeof i13.DbxOkComponent, typeof i14.DbxTextChipsComponent, typeof i15.DbxIconSpacerDirective, typeof i16.DbxFormDescriptionComponent], [typeof i17.CommonModule, typeof i18.MatChipsModule, typeof i19.MatTooltipModule, typeof i20.MatIconModule], [typeof i1.DbxUnitedStatesAddressComponent, typeof i2.DbxChipDirective, typeof i3.DbxDetailBlockComponent, typeof i4.DbxDetailBlockHeaderComponent, typeof i5.DbxNoteComponent, typeof i6.DbxNoticeComponent, typeof i7.DbxSuccessComponent, typeof i8.DbxWarnComponent, typeof i9.DbxHintComponent, typeof i10.DbxLabelBlockComponent, typeof i11.DbxLabelComponent, typeof i12.DbxLinkifyComponent, typeof i13.DbxOkComponent, typeof i14.DbxTextChipsComponent, typeof i15.DbxIconSpacerDirective, typeof i16.DbxFormDescriptionComponent]>;
24
25
  static ɵinj: i0.ɵɵInjectorDeclaration<DbxTextModule>;
25
26
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@dereekb/dbx-web/mapbox",
3
- "version": "9.23.16",
3
+ "version": "9.23.17",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.1.0",
6
6
  "@angular/core": "^14.1.0",
7
- "@dereekb/dbx-core": "9.23.16",
8
- "@dereekb/dbx-web": "9.23.16",
7
+ "@dereekb/dbx-core": "9.23.17",
8
+ "@dereekb/dbx-web": "9.23.17",
9
9
  "ngx-mapbox-gl": "^9.1.0",
10
10
  "mapbox-gl": "^2.9.2",
11
11
  "@mapbox/geo-viewport": "git+https://git@github.com/dereekb/geo-viewport#165513972f87dca23a20c177f4d173edc51b5e2f"
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@dereekb/dbx-web",
3
- "version": "9.23.16",
3
+ "version": "9.23.17",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.0.0",
6
6
  "@angular/core": "^14.0.0",
7
7
  "linkify-string": "4.0.0-beta.5",
8
8
  "linkifyjs": "^4.0.0-beta.5",
9
9
  "@angular/material": "^14.2.0",
10
- "@dereekb/rxjs": "9.23.16",
11
- "@dereekb/dbx-core": "9.23.16",
10
+ "@dereekb/rxjs": "9.23.17",
11
+ "@dereekb/dbx-core": "9.23.17",
12
12
  "change-case": "^4.1.2",
13
13
  "@angular/flex-layout": "^14.0.0-beta.41",
14
14
  "ng-overlay-container": "^14.0.0",
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@dereekb/dbx-web/table",
3
- "version": "9.23.16",
3
+ "version": "9.23.17",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.2.0",
6
6
  "@angular/core": "^14.2.0",
7
- "@dereekb/dbx-core": "9.23.16",
7
+ "@dereekb/dbx-core": "9.23.17",
8
8
  "@angular/material": "^14.2.0",
9
9
  "@angular/forms": "^14.2.0",
10
- "@dereekb/dbx-web": "9.23.16"
10
+ "@dereekb/dbx-web": "9.23.17"
11
11
  },
12
12
  "dependencies": {
13
13
  "tslib": "^2.3.0"