@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.
@@ -1115,7 +1115,7 @@
1115
1115
  }
1116
1116
  }
1117
1117
  );
1118
- const commandMenuInputCva = classVarianceAuthority.cva(["outline-none", "w-full"], {
1118
+ const commandMenuInputCva = classVarianceAuthority.cva(["outline-none", "w-full", "placeholder-(--base-a9)"], {
1119
1119
  variants: {
1120
1120
  size: {
1121
1121
  xs: ["h-12", "px-5.25", "text-base"],