dropdowns-js 1.0.3 → 1.0.4
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.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -88,7 +88,7 @@ Get the maximum number of items that can be selected on this collection. An erro
|
|
|
88
88
|
|
|
89
89
|
`collectionName` - name of the collection to populate the dropdown.
|
|
90
90
|
|
|
91
|
-
`dropdownStyle` - for providing styling the dropdown. Fields: {color, backgroundColor}.
|
|
91
|
+
`dropdownStyle` - for providing styling the dropdown. Fields: {color, backgroundColor, borderColor (optional)}.
|
|
92
92
|
|
|
93
93
|
`buttonStyle` - for providing styling the DONE button (pressed after completing selection in multi-selection dropdowns). Fields: {color, backgroundColor}.
|
|
94
94
|
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"author": "ITA",
|
|
4
4
|
"description": "A React library providing customizable search dropdown components with single and multi-selection capabilities.",
|
|
5
5
|
"private": false,
|
|
6
|
-
"version": "1.0.
|
|
6
|
+
"version": "1.0.4",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"module": "dist/dropdowns-js.es.js",
|
|
9
9
|
"main": "dist/dropdowns-js.cjs.js",
|