@beterdichtbij/component-library 0.25.0 → 0.26.1

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.
@@ -1,4 +1,4 @@
1
- .header-navbar {
1
+ .bd-header {
2
2
  height: 64px;
3
3
  display: flex;
4
4
  justify-content: space-between;
@@ -7,29 +7,45 @@
7
7
  background-color: white;
8
8
  position: fixed;
9
9
  top: 0;
10
- width: 100%;
10
+ left: 0;
11
+ right: 0;
11
12
  z-index: 1000;
12
13
 
14
+ .col {
15
+ white-space: nowrap;
16
+ }
17
+
13
18
  .bd-hamburger {
14
19
  display: none;
15
20
  font-size: .9375rem;
16
21
  font-family: $font-secondary;
17
22
  align-items: center;
18
23
  width: 58px;
19
- justify-content: space-between;
24
+ justify-content: right;
20
25
  font-weight: $font-bold;
21
26
  cursor: pointer;
22
27
  user-select: none;
28
+ gap: 4px;
23
29
 
24
30
  .icon-menu {
25
31
  width: 14px;
26
32
  font-weight: 900;
27
33
  }
28
34
  }
29
-
30
- .bd-logo {
31
- cursor: pointer;
32
- width: 169px;
35
+
36
+ .logo-mix {
37
+ .logo {
38
+ cursor: pointer;
39
+ height: 30px;
40
+ }
41
+
42
+ .organization-logo {
43
+ margin-left: 24px;
44
+ }
45
+ }
46
+
47
+ .header-options {
48
+ text-align: center;
33
49
  }
34
50
 
35
51
  // css verwijderen als variant button is opgenomen BDButton
@@ -51,6 +67,10 @@
51
67
  .bd-btn-settings {
52
68
  height: 56px;
53
69
  user-select: none;
70
+ display: flex;
71
+ justify-content: right;
72
+ align-items: center;
73
+ gap: 5px;
54
74
 
55
75
  .bd-profile-picture {
56
76
  width: 40px;
@@ -99,12 +119,22 @@
99
119
  display: flex;
100
120
  }
101
121
 
102
- .bd-logo {
103
- width: 134px;
122
+ .logo-mix .logo {
123
+ height: 20px;
124
+
125
+ &.organization-logo {
126
+ margin-left: 16px;
127
+ }
104
128
  }
105
129
 
106
130
  .bd-btn-settings, .btn-header {
107
131
  display: none !important;
108
132
  }
109
133
  }
134
+
135
+ @media (max-width: 400px) {
136
+ .logo-mix .logo.organization-logo {
137
+ display: none;
138
+ }
139
+ }
110
140
  }
@@ -13,6 +13,15 @@
13
13
  padding: revert;
14
14
  margin: revert;
15
15
  height: revert;
16
+ display: flex;
17
+ gap: 4px;
18
+ background: transparent;
19
+ color: $gray-primary;
20
+
21
+ .icon-close {
22
+ width: 24px;
23
+ height: 24px;
24
+ }
16
25
  }
17
26
 
18
27
  @include media-breakpoint-up(md) {
@@ -12,11 +12,13 @@
12
12
  @import "icons";
13
13
  @import "pagination";
14
14
  @import "forms";
15
+ @import "header";
15
16
  @import "toast";
16
17
  @import "dropdown";
17
18
  @import "dropzone";
18
19
  @import "user";
19
20
  @import "markdown-editor";
21
+ @import "mobile-menu";
20
22
  @import "modal";
21
23
  @import "attachments";
22
24
  @import "chatcloud";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@beterdichtbij/component-library",
3
3
  "private": false,
4
- "version": "0.25.0",
4
+ "version": "0.26.1",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"