@reshape-biotech/design-system 2.7.15 → 2.7.16

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.
@@ -259,6 +259,10 @@ export const misc = [
259
259
  '[&>*]:flex-none',
260
260
  '[&>*]:!rounded-md',
261
261
  '[&>*>.control-button]:flex-col',
262
+ 'data-[highlighted]:bg-neutral',
263
+ 'data-[highlighted]:text-accent-foreground',
264
+ 'data-[disabled]:pointer-events-none',
265
+ 'data-[disabled]:opacity-50',
262
266
  '[&>svg]:w-4',
263
267
  '[&>svg]:h-4',
264
268
  '[&>svg]:w-5',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reshape-biotech/design-system",
3
- "version": "2.7.15",
3
+ "version": "2.7.16",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build",