@insymetri/styleguide 0.1.60 → 0.1.61

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.
@@ -59,9 +59,9 @@
59
59
  } as const
60
60
 
61
61
  const iconSizeClasses = {
62
- sm: 'w-12 h-12',
63
- md: 'w-14 h-14',
64
- lg: 'w-16 h-16',
62
+ sm: 'w-14 h-14',
63
+ md: 'w-18 h-18',
64
+ lg: 'w-20 h-20',
65
65
  } as const
66
66
 
67
67
  const resolvedSizeClasses = $derived(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@insymetri/styleguide",
3
- "version": "0.1.60",
3
+ "version": "0.1.61",
4
4
  "description": "Insymetri shared UI component library built with Svelte 5",
5
5
  "type": "module",
6
6
  "scripts": {