@bigbinary/neeto-molecules 3.16.1-beta → 3.16.2-beta

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.1-beta",
3
+ "version": "3.16.2-beta",
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>",
@@ -140,6 +140,8 @@ type RegenerateConfig = {
140
140
  declare const ShareViaLink: React.FC<{
141
141
  title: string | React.ReactNode;
142
142
  description?: string | React.ReactNode;
143
+ customTopContent?: React.ReactNode;
144
+ customBottomContent?: React.ReactNode;
143
145
  isLoading?: boolean;
144
146
  enabledOptions?: {
145
147
  regenerate?: boolean | RegenerateConfig;