@beterdichtbij/component-library 0.73.0-beta.0 → 0.73.0-beta.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.
@@ -123,6 +123,10 @@
123
123
  gap: 10px;
124
124
  justify-content: center;
125
125
 
126
+ .icon {
127
+ margin: 0;
128
+ }
129
+
126
130
  .bd-btn {
127
131
  border-radius: 50%;
128
132
  width: 56px;
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-beta.0",
5
+ "version": "0.73.0-beta.1",
6
6
  "engines": {
7
7
  "node": "24.x",
8
8
  "npm": "11.x"