@mindly/ui-components 6.7.6-dev.4 → 6.7.6-dev.5

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.
@@ -8,6 +8,7 @@ type SelectWithSearchFormFeatureProps = {
8
8
  defaultItems: string[];
9
9
  selectedItems?: Selection;
10
10
  onChange?: (value: string) => void;
11
+ onSubmit?: (value: string) => void;
11
12
  isLoading?: boolean;
12
13
  otherText?: string;
13
14
  buttonLabel?: string;
package/dist/index.d.ts CHANGED
@@ -3251,6 +3251,7 @@ type SelectWithSearchFormFeatureProps = {
3251
3251
  defaultItems: string[];
3252
3252
  selectedItems?: Selection;
3253
3253
  onChange?: (value: string) => void;
3254
+ onSubmit?: (value: string) => void;
3254
3255
  isLoading?: boolean;
3255
3256
  otherText?: string;
3256
3257
  buttonLabel?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "6.7.6-dev.4",
3
+ "version": "6.7.6-dev.5",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",