@beterdichtbij/component-library 0.57.0 → 0.57.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.
@@ -1 +1 @@
1
- {"version":3,"file":"IconEdit.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/icons/IconEdit.vue"],"names":[],"mappings":";AAiBA,wBAA4E"}
1
+ {"version":3,"file":"IconEdit.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/icons/IconEdit.vue"],"names":[],"mappings":";AAkBA,wBAA4E"}
@@ -1,5 +1,6 @@
1
1
  import { ValidationStateType } from '../types/ValidationState';
2
2
  export interface bdFormCheckboxProps {
3
+ disabled?: boolean;
3
4
  modelValue: boolean | string | string[];
4
5
  value: boolean | string;
5
6
  uncheckedValue: boolean | string;
@@ -5,6 +5,7 @@ type __VLS_Props = {
5
5
  sm?: number;
6
6
  md?: number;
7
7
  lg?: number;
8
+ xl?: number;
8
9
  xxl?: number;
9
10
  orderClass?: string;
10
11
  offsetClass?: string;
@@ -15,6 +15,11 @@
15
15
  "fileTooBigErrorMessage": "Bestand is te groot.",
16
16
  "fileSizeExceededMessage": "Bestanden mogen maximaal 10 MB groot zijn."
17
17
  },
18
+ "changePasswordTemplate": {
19
+ "toasters": {
20
+ "reset": "De velden zijn geleegd."
21
+ }
22
+ },
18
23
  "contentLibraryCard": {
19
24
  "insert": "Invoegen"
20
25
  },
@@ -1,15 +1,19 @@
1
+ .bd-badge {
2
+ margin: 1.5px;
3
+ }
1
4
 
2
5
  @each $variant, $color in $theme-colors {
3
- $bg-color: tint-color($color, 90%);
4
- .bd-badge-#{$variant} {
5
- @include badge($color, $bg-color);
6
- }
7
- }
8
-
9
- .bd-badge-warning {
10
- color: $color-darkblue;
6
+ $bg-color: tint-color($color, 90%);
7
+
8
+ .bd-badge-#{$variant} {
9
+ @include badge($color, $bg-color);
11
10
  }
11
+ }
12
+
13
+ .bd-badge-warning {
14
+ color: $color-darkblue;
15
+ }
12
16
 
13
- .bd-badge-warning {
14
- color: $color-darkblue;
15
- }
17
+ .bd-badge-warning {
18
+ color: $color-darkblue;
19
+ }
@@ -64,3 +64,11 @@ button {
64
64
  }
65
65
  }
66
66
  }
67
+
68
+ .btn:disabled.btn-primary,
69
+ .btn[disabled].btn-primary {
70
+ pointer-events: none;
71
+ opacity: 1;
72
+ background-color: #bdc2cc;
73
+ color: white;
74
+ }
@@ -82,6 +82,13 @@
82
82
  max-width: 500px;
83
83
  }
84
84
 
85
+ .bd-link-input-popover {
86
+ .validation-text {
87
+ font-size: 0.7em;
88
+ font-weight: 500;
89
+ }
90
+ }
91
+
85
92
  .form-control {
86
93
  display:inline;
87
94
  margin:8px 0 16px 0;
@@ -2,8 +2,12 @@
2
2
  thead {
3
3
  user-select: none;
4
4
 
5
- th {
6
- white-space: nowrap;
5
+ tr {
6
+ border-color: #000;
7
+
8
+ th {
9
+ white-space: nowrap;
10
+ }
7
11
  }
8
12
  }
9
13
 
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.57.0",
5
+ "version": "0.57.2",
6
6
  "engines": {
7
7
  "node": "24.x",
8
8
  "npm": "11.x"