@insymetri/styleguide 0.1.36 → 0.1.37

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,7 +212,7 @@
212
212
  --ii-inspector-keyword: #569cd6;
213
213
 
214
214
  /* Radius */
215
- --ii-radius-control: 9999px;
215
+ --ii-radius-control: 8px;
216
216
 
217
217
  /* Misc */
218
218
  --ii-error-dark: #dc2626;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@insymetri/styleguide",
3
- "version": "0.1.36",
3
+ "version": "0.1.37",
4
4
  "description": "Insymetri shared UI component library built with Svelte 5",
5
5
  "type": "module",
6
6
  "scripts": {