@mindinventory/mi-react-icon-picker
Advanced tools
Comparing version 1.0.35 to 1.0.36
@@ -230,3 +230,3 @@ "use strict"; | ||
// Check if the icon name contains the query | ||
var iconMatch = iconName.toLowerCase().includes("mi-icon-" + query.toLowerCase()); | ||
var iconMatch = iconName.toLowerCase().includes(query.toLowerCase()); | ||
if (iconMatch) { | ||
@@ -233,0 +233,0 @@ return iconName; |
{ | ||
"name": "@mindinventory/mi-react-icon-picker", | ||
"version": "1.0.35", | ||
"version": "1.0.36", | ||
"main": "lib/IconPicker.js", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2767104
4143