compote-ui 0.74.1 → 0.74.2

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.
@@ -290,7 +290,7 @@
290
290
  : allOptions}
291
291
  {@const selected = getSelectValues(column)}
292
292
  <div class="flex flex-col gap-1">
293
- <Field.Root>
293
+ <Field.Root hideMessageLine>
294
294
  <Field.Input
295
295
  placeholder="Search..."
296
296
  value={search}
@@ -325,7 +325,7 @@
325
325
  </ScrollArea.Root>
326
326
  </div>
327
327
  {:else}
328
- <Field.Root>
328
+ <Field.Root hideMessageLine>
329
329
  <Field.Input
330
330
  placeholder="Search..."
331
331
  value={localText[column.id] ?? ''}
@@ -37,7 +37,7 @@
37
37
  }
38
38
  </script>
39
39
 
40
- <Field.Root class={cn(className)}>
40
+ <Field.Root class={cn(className)} hideMessageLine>
41
41
  <Field.Input {placeholder} value={globalFilter} oninput={handleInput}>
42
42
  {#snippet startIcon()}
43
43
  <PhMagnifyingGlass class="size-4" />
@@ -120,7 +120,7 @@
120
120
  {/snippet}
121
121
  </TreeView.Context>
122
122
  <div class="flex-1">
123
- <Field.Root>
123
+ <Field.Root hideMessageLine>
124
124
  <Field.Input bind:value={searchTerm} placeholder="Search...">
125
125
  {#snippet startIcon()}
126
126
  <PhMagnifyingGlass />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "compote-ui",
3
- "version": "0.74.1",
3
+ "version": "0.74.2",
4
4
  "license": "MIT",
5
5
  "scripts": {
6
6
  "dev": "vite dev --open",