@bigbinary/neeto-molecules 3.16.77 → 3.16.78

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-molecules",
3
- "version": "3.16.77",
3
+ "version": "3.16.78",
4
4
  "description": "A package of reusable molecular components for neeto products.",
5
5
  "repository": "git@github.com:bigbinary/neeto-molecules.git",
6
6
  "author": "Amaljith K <amaljith.k@bigbinary.com>",
@@ -104,6 +104,9 @@ declare const ProductEmbed: React.FC<{
104
104
  queryParamsProps?: {
105
105
  label?: string;
106
106
  helpPopoverProps?: HelpPopoverProps;
107
+ keyPlaceholder?: string;
108
+ valuePlaceholder?: string;
109
+ addButtonLabel?: string;
107
110
  };
108
111
  otherCustomizations?: Function;
109
112
  inlineWrapperStyle?: string;