@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="
|
|
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="
|
|
321
|
+
<span class="text-tiny text-error mt-4" data-field-error>{errorMessage}</span>
|
|
322
322
|
{/if}
|
|
323
323
|
</div>
|