@contentful/f36-multiselect 4.19.1-6 → 4.20.9
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/README.mdx +2 -2
- package/package.json +2 -2
- package/CHANGELOG.md +0 -1
package/README.mdx
CHANGED
|
@@ -5,7 +5,7 @@ status: 'alpha'
|
|
|
5
5
|
section: 'formComponents'
|
|
6
6
|
slug: /components/multiselect/
|
|
7
7
|
github: 'https://github.com/contentful/forma-36/tree/main/packages/components/Multiselect'
|
|
8
|
-
storybook: 'https://v4-f36-storybook.netlify.app/?path=/story/
|
|
8
|
+
storybook: 'https://v4-f36-storybook.netlify.app/?path=/story/components-multiselect--basic'
|
|
9
9
|
typescript: ./Multiselect.tsx,./MultiselectOption.tsx
|
|
10
10
|
---
|
|
11
11
|
|
|
@@ -66,7 +66,7 @@ To enable searching the following properties have to be set.
|
|
|
66
66
|
- searchPlaceholder (optional): placeholder for the search field
|
|
67
67
|
- noMatchesMessage (optional): message shown when search result is empty
|
|
68
68
|
|
|
69
|
-
```jsx file=./examples/
|
|
69
|
+
```jsx file=./examples/MultiselectSearchExample.tsx
|
|
70
70
|
|
|
71
71
|
```
|
|
72
72
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contentful/f36-multiselect",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.20.9",
|
|
4
4
|
"description": "Forma 36: Multiselect Component",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "tsup"
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"dist"
|
|
27
27
|
],
|
|
28
28
|
"main": "dist/index.js",
|
|
29
|
-
"module": "dist/index.
|
|
29
|
+
"module": "dist/esm/index.js",
|
|
30
30
|
"types": "dist/index.d.ts",
|
|
31
31
|
"source": "src/index.ts",
|
|
32
32
|
"sideEffects": false,
|
package/CHANGELOG.md
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
## Change Log
|