@reshape-biotech/design-system 2.7.20 → 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.
@@ -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 = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reshape-biotech/design-system",
3
- "version": "2.7.20",
3
+ "version": "2.7.21",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build",