@dereekb/dbx-web 13.6.9 → 13.6.10

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.
@@ -50,8 +50,6 @@ $dbx-popover-header-height: 48px;
50
50
 
51
51
  .dbx-popover-header-content {
52
52
  width: 100%;
53
- display: flex;
54
- align-items: center;
55
53
  }
56
54
 
57
55
  h3 {
@@ -80,13 +78,6 @@ $dbx-popover-header-height: 48px;
80
78
  }
81
79
 
82
80
  @mixin responsive($theme-config) {
83
- .dbx-popover-header {
84
- .dbx-popover-header-content {
85
- @include theming.if-small-screen($theme-config) {
86
- flex-wrap: wrap;
87
- }
88
- }
89
- }
90
81
  }
91
82
 
92
83
  @mixin theme($theme-config) {
@@ -11,15 +11,29 @@ $dbx-flex-group-columns-count: 6;
11
11
  align-items: center;
12
12
  overflow-x: auto;
13
13
  overflow-y: hidden;
14
+
15
+ // Constrain touch targets to prevent overflow scrollbar (48px default > 40px button)
16
+ --mat-icon-button-touch-target-size: 40px;
17
+ --mat-button-text-touch-target-size: 40px;
18
+ --mat-button-filled-touch-target-size: 40px;
19
+ --mat-button-outlined-touch-target-size: 40px;
20
+ --mat-button-tonal-touch-target-size: 40px;
21
+ --mat-button-protected-touch-target-size: 40px;
22
+ --mat-fab-touch-target-size: 40px;
23
+ --mat-fab-small-touch-target-size: 40px;
14
24
  }
15
25
 
16
26
  .dbx-flex-center {
17
27
  display: flex;
18
- flex-direction: column;
19
28
  align-items: center;
20
29
  justify-items: center;
21
30
  }
22
31
 
32
+ .dbx-flex-column {
33
+ display: flex;
34
+ flex-direction: column;
35
+ }
36
+
23
37
  .dbx-flex-group {
24
38
  display: flex;
25
39
  flex-wrap: wrap;
@@ -96,12 +96,12 @@ $header-left-reserved-space-small-screen: 120px;
96
96
  > .dbx-section-header-content {
97
97
  height: $content-navbar-height;
98
98
  max-height: $content-navbar-height;
99
- overflow-x: auto;
100
- overflow-y: hidden;
101
99
  max-width: 100%;
102
100
 
103
101
  .dbx-section-header-content-title {
104
102
  max-width: calc(80% - #{$header-left-reserved-space});
103
+ min-width: 48px;
104
+ flex-shrink: 1;
105
105
 
106
106
  display: inline-flex !important;
107
107
  justify-content: center;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dereekb/dbx-web",
3
- "version": "13.6.9",
3
+ "version": "13.6.10",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "21.2.3",
6
6
  "@angular/common": "21.2.3",
@@ -8,11 +8,11 @@
8
8
  "@angular/forms": "21.2.3",
9
9
  "@angular/material": "21.2.3",
10
10
  "@angular/platform-browser": "21.2.3",
11
- "@dereekb/browser": "13.6.9",
12
- "@dereekb/date": "13.6.9",
13
- "@dereekb/dbx-core": "13.6.9",
14
- "@dereekb/rxjs": "13.6.9",
15
- "@dereekb/util": "13.6.9",
11
+ "@dereekb/browser": "13.6.10",
12
+ "@dereekb/date": "13.6.10",
13
+ "@dereekb/dbx-core": "13.6.10",
14
+ "@dereekb/rxjs": "13.6.10",
15
+ "@dereekb/util": "13.6.10",
16
16
  "@ngbracket/ngx-layout": "^21.0.0",
17
17
  "@ngrx/component-store": "^21.0.0",
18
18
  "@ngrx/effects": "^21.0.0",