@reshape-biotech/design-system 2.7.49 → 2.7.51

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.
@@ -34,6 +34,7 @@
34
34
  <IconButton
35
35
  variant="transparent"
36
36
  size="xs"
37
+ aria-label={collapsed ? 'Expand sidebar' : 'Collapse sidebar'}
37
38
  onclick={() => (collapsed = !collapsed)}
38
39
  >
39
40
  {#if collapsed}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reshape-biotech/design-system",
3
- "version": "2.7.49",
3
+ "version": "2.7.51",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build",
@@ -436,5 +436,8 @@
436
436
  "bits-ui": "^2.14.1",
437
437
  "echarts": "^5.6.0",
438
438
  "tailwind-merge": "^3.3.1"
439
+ },
440
+ "overrides": {
441
+ "tar": "^7.5.11"
439
442
  }
440
443
  }