@vibe/core 3.4.1-alpha-602b6.0 → 3.4.1
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.
|
@@ -121,7 +121,7 @@ export interface DropdownComponentProps extends CustomMenuBaseProps, CustomOptio
|
|
|
121
121
|
/**
|
|
122
122
|
* custom value render function
|
|
123
123
|
*/
|
|
124
|
-
valueRenderer?: React.ReactNode
|
|
124
|
+
valueRenderer?: React.ReactNode;
|
|
125
125
|
ValueRenderer?: React.ReactNode;
|
|
126
126
|
/**
|
|
127
127
|
* custom menu render function
|
|
@@ -121,7 +121,7 @@ export interface DropdownComponentProps extends CustomMenuBaseProps, CustomOptio
|
|
|
121
121
|
/**
|
|
122
122
|
* custom value render function
|
|
123
123
|
*/
|
|
124
|
-
valueRenderer?: React.ReactNode
|
|
124
|
+
valueRenderer?: React.ReactNode;
|
|
125
125
|
ValueRenderer?: React.ReactNode;
|
|
126
126
|
/**
|
|
127
127
|
* custom menu render function
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vibe/core",
|
|
3
|
-
"version": "3.4.1
|
|
3
|
+
"version": "3.4.1",
|
|
4
4
|
"description": "Official monday.com UI resources for application development in React.js",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -267,5 +267,5 @@
|
|
|
267
267
|
"browserslist": [
|
|
268
268
|
"extends browserslist-config-monday"
|
|
269
269
|
],
|
|
270
|
-
"gitHead": "
|
|
270
|
+
"gitHead": "aae8f21581419b59e1b7e1e53f4b680af44ab38d"
|
|
271
271
|
}
|