@dereekb/dbx-web 9.20.2 → 9.20.3

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.
@@ -8,7 +8,7 @@ export declare class DbxModelObjectStateService {
8
8
  /**
9
9
  * Emit a model viewed event.
10
10
  */
11
- emitModelViewEvent({ modelKeyTypeNamePair }: DbxModelObjectViewedParams): void;
11
+ emitModelViewEvent({ modelKeyTypeNamePair, context }: DbxModelObjectViewedParams): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxModelObjectStateService, never>;
13
13
  static ɵprov: i0.ɵɵInjectableDeclaration<DbxModelObjectStateService>;
14
14
  }
@@ -1,6 +1,7 @@
1
1
  @use '../../style/theming';
2
2
 
3
3
  // MARK: Variables
4
+ $list-item-padded-min-height: 42px;
4
5
 
5
6
  // MARK: Mixin
6
7
  @mixin core() {
@@ -54,6 +55,38 @@
54
55
  width: 100%;
55
56
  }
56
57
  }
58
+
59
+ .dbx-list-item-padded {
60
+ min-height: $list-item-padded-min-height;
61
+ padding: 2px 6px;
62
+ }
63
+
64
+ .dbx-list-two-line-item {
65
+ // item broken into a left and right, and up to two rows on the left with 1 row on the right.
66
+ display: flex;
67
+ flex-direction: row;
68
+ align-items: center;
69
+
70
+ .item-left {
71
+ display: flex;
72
+ flex-direction: column;
73
+ }
74
+
75
+ .item-right {
76
+ display: flex;
77
+ align-items: center;
78
+ }
79
+
80
+ .item-title {
81
+ font-size: 0.8em;
82
+ font-weight: bold;
83
+ opacity: 0.8;
84
+ }
85
+
86
+ .item-details {
87
+ font-size: 0.8em;
88
+ }
89
+ }
57
90
  }
58
91
 
59
92
  @mixin color($theme-config) {
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@dereekb/dbx-web/mapbox",
3
- "version": "9.20.2",
3
+ "version": "9.20.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.1.0",
6
6
  "@angular/core": "^14.1.0",
7
- "@dereekb/dbx-core": "9.20.2",
8
- "@dereekb/dbx-web": "9.20.2",
7
+ "@dereekb/dbx-core": "9.20.3",
8
+ "@dereekb/dbx-web": "9.20.3",
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.20.2",
3
+ "version": "9.20.3",
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.20.2",
11
- "@dereekb/dbx-core": "9.20.2",
10
+ "@dereekb/rxjs": "9.20.3",
11
+ "@dereekb/dbx-core": "9.20.3",
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",