@dbcdk/react-components 0.0.176 → 0.0.177

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.
@@ -22,9 +22,8 @@
22
22
  inline-size: 100%;
23
23
  text-align: start;
24
24
  text-decoration: none;
25
- padding-block: var(--spacing-xxs);
25
+ padding-block: var(--spacing-xs);
26
26
  padding-inline: var(--spacing-md);
27
- margin-block: var(--spacing-2xs);
28
27
  min-block-size: var(--component-size-sm);
29
28
  background: transparent;
30
29
  border: none;
@@ -99,9 +98,8 @@
99
98
  display: flex;
100
99
  align-items: center;
101
100
  inline-size: 100%;
102
- padding-block: var(--spacing-xxs);
101
+ padding-block: var(--spacing-xs);
103
102
  padding-inline: var(--spacing-md);
104
- margin-block: var(--spacing-2xs);
105
103
  min-block-size: var(--component-size-sm);
106
104
  border-radius: var(--border-radius-md);
107
105
  cursor: pointer;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dbcdk/react-components",
3
- "version": "0.0.176",
3
+ "version": "0.0.177",
4
4
  "description": "Reusable React components for DBC projects",
5
5
  "license": "ISC",
6
6
  "author": "",