@dbcdk/react-components 0.0.161 → 0.0.162

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.
@@ -137,7 +137,7 @@
137
137
  .navItems {
138
138
  display: flex;
139
139
  align-items: center;
140
- gap: var(--spacing-lg);
140
+ gap: var(--spacing-sm);
141
141
  min-inline-size: 0;
142
142
  list-style: none;
143
143
  margin: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dbcdk/react-components",
3
- "version": "0.0.161",
3
+ "version": "0.0.162",
4
4
  "description": "Reusable React components for DBC projects",
5
5
  "license": "ISC",
6
6
  "author": "",