@bigbinary/neeto-molecules 1.10.6 → 1.10.7

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": "1.10.6",
3
+ "version": "1.10.7",
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>",
@@ -75,6 +75,7 @@
75
75
  "@bigbinary/neeto-hotkeys": "^1.0.1",
76
76
  "@bigbinary/neeto-icons": "^1.14.0",
77
77
  "@bigbinary/neeto-molecules": "^1.0.5",
78
+ "@bigbinary/neeto-team-members-frontend": "2.13.1",
78
79
  "@bigbinary/neeto-time-zones": "^0.5.0",
79
80
  "@bigbinary/neetoui": "^5.2.32",
80
81
  "@emoji-mart/data": "^1.1.2",
@@ -186,6 +187,7 @@
186
187
  "@bigbinary/neeto-hotkeys": "^1.0.1",
187
188
  "@bigbinary/neeto-icons": "latest",
188
189
  "@bigbinary/neeto-molecules": "latest",
190
+ "@bigbinary/neeto-team-members-frontend": "latest",
189
191
  "@bigbinary/neeto-time-zones": "latest",
190
192
  "@bigbinary/neetoui": "latest",
191
193
  "@emoji-mart/data": "^1.1.2",
@@ -2,7 +2,7 @@ import React from "react";
2
2
  import { SelectProps } from "@bigbinary/neetoui";
3
3
  /**
4
4
  *
5
- * Used in neeto products to select currencies.
5
+ * A component that allows you to select a currency.
6
6
  *
7
7
  * ![Screenshot](https://github.com/bigbinary/neeto-molecules/assets/10956193/422f706f-8873-4091-866f-f09c24958b69|height=200|width=300)
8
8
  *
@@ -6,7 +6,7 @@ type Emoji = {
6
6
  };
7
7
  /**
8
8
  *
9
- * Used in neeto products to pick emojis.
9
+ * A component to pick emojis.
10
10
  *
11
11
  * ![Screenshot](https://github.com/bigbinary/neeto-ui/assets/10956193/6238f165-3a55-4e66-bf4f-101971f80c80|height=200|width=300)
12
12
  *
@@ -10,7 +10,7 @@ type Reaction = {
10
10
  };
11
11
  /**
12
12
  *
13
- * Used in neeto products to group user selected emojis and display them.
13
+ * A component to group user selected emojis and display them.
14
14
  *
15
15
  * ![Screenshot](https://github.com/bigbinary/neeto-ui/assets/10956193/576abbd2-dd08-4535-a120-1e9b295850fb|height=200|width=300)
16
16
  *