@reshape-biotech/design-system 0.0.34 → 0.0.35

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.
@@ -100,7 +100,7 @@ export const textSizes = [
100
100
  'text-4xl'
101
101
  ];
102
102
 
103
- export const fonts = ['font-medium', 'font-semibold', 'font-bold'];
103
+ export const fonts = ['font-medium', 'font-semibold', 'font-bold', 'font-normal'];
104
104
 
105
105
  export const badges = [
106
106
  'badge-neutral',
@@ -152,6 +152,9 @@ export const flexLayout = [
152
152
  'flex-1',
153
153
  'flex-row',
154
154
  'flex-col',
155
+ 'text-left',
156
+ 'text-right',
157
+ 'text-center',
155
158
  'gap-1',
156
159
  'gap-2',
157
160
  'gap-3',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reshape-biotech/design-system",
3
- "version": "0.0.34",
3
+ "version": "0.0.35",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build",
@@ -65,6 +65,7 @@
65
65
  "svelte-check": "^4.0.0",
66
66
  "svelte-select": "^5.8.1",
67
67
  "tailwindcss": "^3.4.9",
68
+ "tailwindest": "^2.3.0",
68
69
  "typescript": "^5.0.0",
69
70
  "typescript-eslint": "^8.0.0",
70
71
  "vite": "^5.4.4",