@reshape-biotech/design-system 2.7.21 → 2.7.22

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.
@@ -212,9 +212,11 @@ export const spacing = [
212
212
  ];
213
213
 
214
214
  export const sizing = [
215
+ 'h-2.5',
215
216
  'h-4',
216
217
  'h-5',
217
218
  'h-6',
219
+ '!h-6',
218
220
  'h-7',
219
221
  'h-8',
220
222
  'h-10',
@@ -225,10 +227,14 @@ export const sizing = [
225
227
  'h-screen',
226
228
  'h-full',
227
229
  '!h-full',
230
+ 'h-1.5',
228
231
  'w-0.5',
232
+ 'w-1.5',
233
+ 'w-2.5',
229
234
  'w-4',
230
235
  'w-5',
231
236
  'w-6',
237
+ '!w-6',
232
238
  'w-7',
233
239
  'w-8',
234
240
  'w-10',
@@ -264,6 +270,7 @@ export const misc = [
264
270
  '[&>*]:flex-1',
265
271
  '[&>*]:flex-none',
266
272
  '[&>*]:!rounded-md',
273
+ '[&>*]:rounded-xl',
267
274
  '[&>*>.control-button]:flex-col',
268
275
  'data-[highlighted]:bg-neutral',
269
276
  'data-[highlighted]:text-accent-foreground',
@@ -273,6 +280,13 @@ export const misc = [
273
280
  '[&>svg]:h-4',
274
281
  '[&>svg]:w-5',
275
282
  '[&>svg]:h-5',
283
+ 'ring-1',
284
+ 'ring-gray-950/10',
285
+ 'translate-y-[2px]',
286
+ '-rotate-90',
287
+ 'transform',
288
+ 'w-[calc(100%-72px-72px)]',
289
+ 'h-[calc(100%-26px)]',
276
290
  ];
277
291
 
278
292
  // Setting all daisyui classes here so we can add them to the safelist
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reshape-biotech/design-system",
3
- "version": "2.7.21",
3
+ "version": "2.7.22",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build",
@@ -353,6 +353,11 @@
353
353
  "types": "./dist/tailwind.d.ts",
354
354
  "import": "./dist/tailwind.js",
355
355
  "default": "./dist/tailwind.js"
356
+ },
357
+ "./tailwind-safelist": {
358
+ "types": "./dist/tailwind-safelist.d.ts",
359
+ "import": "./dist/tailwind-safelist.js",
360
+ "default": "./dist/tailwind-safelist.js"
356
361
  }
357
362
  },
358
363
  "peerDependencies": {