@insymetri/styleguide 0.1.48 → 0.1.49

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.
@@ -224,7 +224,7 @@
224
224
  }
225
225
  </script>
226
226
 
227
- <div class="relative flex flex-col pb-20">
227
+ <div class="flex flex-col">
228
228
  {#if label}
229
229
  <span class="text-small-emphasis text-secondary mb-4">{label}</span>
230
230
  {/if}
@@ -318,6 +318,6 @@
318
318
  </div>
319
319
  {/if}
320
320
  {#if showError && errorMessage}
321
- <span class="absolute bottom-0 left-0 text-tiny text-error" data-field-error>{errorMessage}</span>
321
+ <span class="text-tiny text-error mt-4" data-field-error>{errorMessage}</span>
322
322
  {/if}
323
323
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@insymetri/styleguide",
3
- "version": "0.1.48",
3
+ "version": "0.1.49",
4
4
  "description": "Insymetri shared UI component library built with Svelte 5",
5
5
  "type": "module",
6
6
  "scripts": {