@humandialog/forms.svelte 1.7.14 → 1.7.15

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.
@@ -117,7 +117,7 @@
117
117
 
118
118
 
119
119
  <div class="">
120
- <p class="text-stone-800 dark:text-stone-400 text-sm ml-1 mb-1">{label}</p>
120
+ <p class="block sm:hidden text-stone-800 dark:text-stone-400 text-sm ml-1 mb-1">{label}</p>
121
121
  <div class="grid gap-2 {grid_cols} ">
122
122
  {#each operations as operation}
123
123
  {#if !operation.separator}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@humandialog/forms.svelte",
3
- "version": "1.7.14",
3
+ "version": "1.7.15",
4
4
  "description": "Basic Svelte UI components for Object Reef applications",
5
5
  "devDependencies": {
6
6
  "@playwright/test": "^1.28.1",