@overmap-ai/blocks 1.0.34-command-menu.1 → 1.0.34-command-menu.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.
package/dist/blocks.js CHANGED
@@ -1110,7 +1110,7 @@ const commandMenuListCva = cva(
1110
1110
  }
1111
1111
  }
1112
1112
  );
1113
- const commandMenuInputCva = cva(["outline-none", "w-full"], {
1113
+ const commandMenuInputCva = cva(["outline-none", "w-full", "placeholder-(--base-a9)"], {
1114
1114
  variants: {
1115
1115
  size: {
1116
1116
  xs: ["h-12", "px-5.25", "text-base"],