@beterdichtbij/component-library 0.64.6 → 0.64.7

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.
@@ -16,6 +16,9 @@
16
16
  }
17
17
 
18
18
  button {
19
+ padding: 10px;
20
+ line-height: 19px;
21
+ text-align: center;
19
22
  font-size: 14px;
20
23
  height: auto;
21
24
  }
@@ -1,6 +1,6 @@
1
1
  #content-library-modal {
2
2
  .search-block input {
3
- margin: 0 0 16px 0;
3
+ margin: 0;
4
4
  }
5
5
 
6
6
  .collapse-button-container {
@@ -18,6 +18,9 @@
18
18
  }
19
19
 
20
20
  .select-button-block {
21
+ margin: 0;
22
+ padding: 0;
23
+
21
24
  .v-select {
22
25
  &.vs--open {
23
26
  .vs__selected-options {
@@ -114,12 +117,6 @@
114
117
  color: $gray-primary;
115
118
  }
116
119
 
117
- @media (max-width: 1199px) {
118
- .select-button-block {
119
- margin-bottom: 16px;
120
- }
121
- }
122
-
123
120
  @media (max-width: 850px) {
124
121
  .content-library-header__messages {
125
122
  margin-bottom: 16px;
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.64.6",
5
+ "version": "0.64.7",
6
6
  "engines": {
7
7
  "node": "24.x",
8
8
  "npm": "11.x"