@beterdichtbij/component-library 0.73.0 → 0.73.2

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.
@@ -24,6 +24,7 @@
24
24
 
25
25
  ul, ol, dl {
26
26
  margin-bottom: 1rem;
27
+ padding-left: 2rem;
27
28
 
28
29
  li {
29
30
  p:last-of-type {
@@ -47,7 +48,6 @@
47
48
 
48
49
  ul li {
49
50
  list-style-type: disc;
50
- margin-left: 2rem;
51
51
  }
52
52
 
53
53
  .attachment-list__item {
@@ -56,6 +56,7 @@
56
56
 
57
57
  .bd-pill-container__item {
58
58
  list-style-type: none;
59
+ margin: 5px 5px 0px 0px;
59
60
  }
60
61
 
61
62
  &__menu-bottom {
@@ -200,8 +200,8 @@
200
200
  }
201
201
 
202
202
  &__status {
203
- border-bottom: 2px solid $gray;
204
- padding-bottom: 20px;
203
+ border-bottom: 1px solid $gray;
204
+ padding: 16px 0;
205
205
 
206
206
  &-text {
207
207
  margin-bottom: 8px;
@@ -210,6 +210,7 @@
210
210
  &-detail {
211
211
  margin-bottom: 16px;
212
212
  font-size: $small-text;
213
+ color: hsla(221, 13%, 48%, 1);
213
214
  line-height: 21px;
214
215
  }
215
216
  }
@@ -217,9 +218,11 @@
217
218
  &__signal {
218
219
  display: flex;
219
220
  align-items: center;
220
- padding: 20px 0;
221
- gap: 12px;
221
+ gap: 8px;
222
222
  border-bottom: 1px solid $gray;
223
+ font-size: .875rem;
224
+ font-weight: 500;
225
+ padding-bottom: 16px;
223
226
 
224
227
  &.weak {
225
228
  .indicator li:nth-child(1) {
@@ -274,7 +277,7 @@
274
277
  }
275
278
 
276
279
  &__help {
277
- padding-top: 20px;
280
+ padding-top: 16px;
278
281
 
279
282
  p {
280
283
  font-size: $small-text;
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.73.0",
5
+ "version": "0.73.2",
6
6
  "engines": {
7
7
  "node": "24.x",
8
8
  "npm": "11.x"