compote-ui 0.67.0 → 0.67.1

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.
@@ -21,7 +21,7 @@
21
21
  )
22
22
  );
23
23
 
24
- const iconBox = 'grid size-8 shrink-0 place-items-center [&>svg]:size-5';
24
+ const iconBox = 'grid size-6 shrink-0 place-items-center [&>svg]:size-5';
25
25
  const labelClass = cn(
26
26
  'min-w-0 truncate whitespace-nowrap opacity-0 transition-opacity',
27
27
  'group-hover:opacity-100 group-focus-within:opacity-100 group-data-expanded:opacity-100'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "compote-ui",
3
- "version": "0.67.0",
3
+ "version": "0.67.1",
4
4
  "license": "MIT",
5
5
  "scripts": {
6
6
  "dev": "vite dev --open",