@reshape-biotech/design-system 2.7.18 → 2.7.20

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.
@@ -63,7 +63,7 @@
63
63
  <div
64
64
  class="p-2 font-medium"
65
65
  style="display:block"
66
- class:text-base-white-default={notification.type !== 'default'}
66
+ class:text-primary-inverse={notification.type !== 'default'}
67
67
  >
68
68
  {notification.message}
69
69
  </div>
@@ -143,6 +143,7 @@ export const rounded = [
143
143
  'rounded',
144
144
  'rounded-full',
145
145
  'rounded-lg',
146
+ '!rounded-lg',
146
147
  'rounded-xl',
147
148
  'rounded-2xl',
148
149
  'rounded-md',
@@ -188,6 +189,7 @@ export const flexLayout = [
188
189
 
189
190
  export const spacing = [
190
191
  'p-1',
192
+ 'p-1.5',
191
193
  'p-2',
192
194
  'p-3',
193
195
  'p-4',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reshape-biotech/design-system",
3
- "version": "2.7.18",
3
+ "version": "2.7.20",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build",