@beterdichtbij/component-library 0.67.1 → 0.68.0

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.
@@ -5,7 +5,6 @@
5
5
  }
6
6
  }
7
7
 
8
- .alert-warning {
8
+ .alert {
9
9
  color: $color-darkblue;
10
- }
11
-
10
+ }
@@ -1,7 +1,5 @@
1
-
2
- article{
3
-
4
- &.bd-article{
1
+ article {
2
+ &.bd-article {
5
3
  display:flex;
6
4
  flex-direction: column;
7
5
  padding: 1.125rem;
@@ -19,6 +17,10 @@ article{
19
17
  display:flex;
20
18
  justify-content: space-between;
21
19
  }
22
- }
23
20
 
21
+ a {
22
+ color: #1e66ae;
23
+ text-decoration: underline;
24
+ }
25
+ }
24
26
  }
@@ -1,2 +1 @@
1
- @import "base/typography.scss";
2
1
  @import "base/variables.scss";
@@ -29,6 +29,9 @@ $btn-variants:
29
29
  .btn-link {
30
30
  text-decoration: none;
31
31
 
32
+ // Ensure WCAG AA contrast for the reset link button on white background.
33
+ color: #1e66ae;
34
+
32
35
  &:hover {
33
36
  text-decoration: underline;
34
37
  }
@@ -3,7 +3,7 @@
3
3
  border-radius: $border-radius-default;
4
4
 
5
5
  .card-header {
6
- background-color: $primary;
6
+ background-color: #1f6cae;
7
7
  display: flex;
8
8
  align-items: center;
9
9
  justify-content: space-between;
@@ -33,6 +33,7 @@
33
33
  margin-bottom: 0px;
34
34
 
35
35
  .page-item {
36
+ background-color: $white;
36
37
  display: inline-block;
37
38
  margin: 4px;
38
39
  vertical-align: top;
@@ -138,11 +138,6 @@
138
138
  }
139
139
 
140
140
  &.overview-template {
141
- button {
142
- margin-right: 0px;
143
- background-color: #f5f5f5;
144
- }
145
-
146
141
  .bd-dropdown.dropdown .dropdown-toggle {
147
142
  display: flex;
148
143
  align-items: center;
@@ -238,10 +233,10 @@
238
233
  }
239
234
 
240
235
  .bd-article.is-unread {
241
- border-right: 4px solid $primary;
236
+ border-right: 4px solid #1e66ae;
242
237
 
243
238
  .bd-date {
244
- color: $primary;
239
+ color: #1e66ae;
245
240
  font-weight: 500;
246
241
  }
247
242
 
@@ -250,9 +245,8 @@
250
245
  width: 20px;
251
246
  height: 20px;
252
247
  border-radius: 12px;
253
- background-color: $primary;
248
+ background-color: #1e66ae;
254
249
  margin-top:6px;
255
-
256
250
  }
257
251
  }
258
252
  }
@@ -2,13 +2,21 @@
2
2
  display: flex;
3
3
  align-items: center;
4
4
  gap: 16px;
5
- // dit is de utility variant: d-flex align-items-center gap-3"
6
5
 
7
6
  &__information {
8
7
  flex: 1;
9
8
 
10
9
  header {
11
10
  display: flex;
11
+ font-family: Quicksand, sans-serif;
12
+ font-size: 1.25rem;
13
+ font-weight: 700;
14
+ word-break: break-word;
15
+ margin: 0 0 4px;
16
+ }
17
+
18
+ .subtitle {
19
+ color: #6a758a;
12
20
  }
13
21
  }
14
22
  }
@@ -1,4 +1,8 @@
1
1
  .not-found-template {
2
+ h1 {
3
+ margin: 0;
4
+ }
5
+
2
6
  p {
3
7
  text-align: left;
4
8
  margin: 0;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@beterdichtbij/component-library",
3
3
  "description": "Component library voor BeterDichtbij design system",
4
4
  "private": false,
5
- "version": "0.67.1",
5
+ "version": "0.68.0",
6
6
  "engines": {
7
7
  "node": "24.x",
8
8
  "npm": "11.x"
@@ -1,16 +0,0 @@
1
- h5 {
2
- .bd-user & {
3
- margin: 0 0 4px;
4
- }
5
-
6
- .toast & {
7
- margin-bottom: initial;
8
- }
9
-
10
- }
11
-
12
- span {
13
- .bd-user &{
14
- color: #6a758a;
15
- }
16
- }