@reshape-biotech/design-system 2.7.18 → 2.7.21

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>
@@ -97,6 +97,10 @@ export const shadows = [
97
97
  'shadow-input',
98
98
  'shadow-outline',
99
99
  'shadow-focus',
100
+ 'shadow-sm',
101
+ 'shadow-md',
102
+ 'shadow-lg',
103
+ 'shadow-2xl',
100
104
  ];
101
105
 
102
106
  export const textSizes = [
@@ -143,6 +147,7 @@ export const rounded = [
143
147
  'rounded',
144
148
  'rounded-full',
145
149
  'rounded-lg',
150
+ '!rounded-lg',
146
151
  'rounded-xl',
147
152
  'rounded-2xl',
148
153
  'rounded-md',
@@ -188,6 +193,7 @@ export const flexLayout = [
188
193
 
189
194
  export const spacing = [
190
195
  'p-1',
196
+ 'p-1.5',
191
197
  'p-2',
192
198
  'p-3',
193
199
  '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.21",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build",