@insymetri/styleguide 0.1.39 → 0.1.40

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.
@@ -27,7 +27,7 @@
27
27
  </script>
28
28
 
29
29
  <span
30
- class="inline-flex items-center gap-4 px-8 h-24 bg-gray-100 border border-gray-200 rounded-full text-tiny text-secondary cursor-default"
30
+ class="inline-flex items-center gap-4 px-8 h-24 bg-gray-100 border border-gray-200 rounded-control text-tiny text-secondary cursor-default"
31
31
  >
32
32
  <span class="flex items-center gap-4">
33
33
  <span class="font-medium">{fieldLabel}</span>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@insymetri/styleguide",
3
- "version": "0.1.39",
3
+ "version": "0.1.40",
4
4
  "description": "Insymetri shared UI component library built with Svelte 5",
5
5
  "type": "module",
6
6
  "scripts": {